- change redirects from ‘:back’ to ‘root_path’
- move Devise permitted parameters from initializer to application controller (fix RailsApps/rails-devise#17)
- fix ‘devise_permitted_parameters.rb’ file per https://github.com/plataformatec/devise#strong-parameters
- fix ‘Modern Business’ theme to accommodate Devise or OmniAuth
- modify Bootstrap layouts to accommodate Devise or OmniAuth
- add ‘Business Frontpage’ theme from startbootstrap.com
- add ‘Blog Home’ theme from startbootstrap.com
- add ‘Heroic Features’ theme from startbootstrap.com
- add ‘One Page Wonder’ theme from startbootstrap.com
- add ‘Round About’ theme from startbootstrap.com
- add ‘Small Business’ theme from startbootstrap.com
- add ‘The Big Picture’ theme from startbootstrap.com
- add ‘Thumbnail Gallery’ theme from startbootstrap.com
- add ‘Full Width Pics’ theme from startbootstrap.com
- add ‘1 Col Portfolio’ theme from startbootstrap.com
- add ‘2 Col Portfolio’ theme from startbootstrap.com
- add ‘3 Col Portfolio’ theme from startbootstrap.com
- add ‘4 Col Portfolio’ theme from startbootstrap.com
- add ‘Modern Business’ theme from startbootstrap.com
- add ‘Simple Sidebar’ theme from startbootstrap.com
- add ‘Stylish Portfolio’ theme from startbootstrap.com
- add ‘Portfolio Item’ theme from startbootstrap.com
- add ‘Business Casual’ theme from startbootstrap.com
- add ‘Shop Homepage’ theme from startbootstrap.com
- add ‘Shop Item’ theme from startbootstrap.com
- add ‘Landing Page’ theme from startbootstrap.com
- add ‘Clean Blog’ theme from startbootstrap.com
- add ‘Blog Post’ theme from startbootstrap.com to blog_home theme
- add ‘Bare’ theme from startbootstrap.com
- ‘before_filter’ becomes ‘before_action’ for upcoming Rails 5.0
- generate a navlink for Upmin using the ‘rails_layout’ gem instead
- add generator for Upmin for an admin interface
- support ‘rails-devise-roles’ example application
- minor change to routes for OmniAuth user pages
- generate JavaScript for analytics
- don’t generate a home page if it already exists
- generate routes for OmniAuth for users pages
- use new style routes syntax
- don’t set routes for OmniAuth applications
- remove ‘capture email’ feature from rails-omniauth example application
- add files to integrate Pundit with OmniAuth
- don’t generate ‘users’ pages when generating ‘authorized’ pages
- generate a home page to accompany the ‘about’ page
- replace ‘lorem ipsum’ with an informative description
- Devise permitted parameters moved to ‘config/initializers/devise_permitted_parameters.rb’
- updated policy for Pundit example
- updated User controller and policy for Pundit example
- tests for Devise are now available in the rails_apps_testing gem (removed here)
- minor improvement for Devise ‘delete user’ test for RSpec 3.0
- skip a slow test when using RSpec with Devise
- “require ‘rails_helper’” not needed when it is included in the ‘.rspec’ file
- update for RSpec 3.0
- user pages for OmniAuth
- RSpec tests that use Warden test helpers need a reset action
- use Devise ‘lazy way’ to add name attribute to permitted parameters
- additional ‘devise’ tags for RSpec tests
- add ‘devise’ tag to RSpec tests
- change ‘log in’ to ‘sign in’ and ‘logout’ to ‘sign out’
- generate tests when RSpec is installed
- update Users controller to deny access to other users’ profiles
- add a generator for an ‘About’ page
- add Devise registrations controller for ‘users’ and ‘authorized’ generators
- fixes for ‘authorized’ generator
- initial release