Changeset [a006ab7746f71d66720e49c574b54a9f0a380383] by Steve Kenworthy

April 20th, 2018 @ 11:46 PM

Merge pull request #742 from johnnyshields/devise-final

Devise finally comes to Fat Free CRM
https://github.com/fatfreecrm/fat_free_crm/commit/a006ab7746f71d667...

Committed by Steve Kenworthy

  • A app/controllers/confirmations_controller.rb
  • A app/controllers/registrations_controller.rb
  • A app/controllers/sessions_controller.rb
  • A app/mailers/devise_mailer.rb
  • A app/views/devise/confirmations/new.html.haml
  • A app/views/devise/mailer/confirmation_instructions.html.haml
  • A app/views/devise/mailer/password_change.html.haml
  • A app/views/devise/mailer/reset_password_instructions.html.haml
  • A app/views/devise/passwords/edit.html.haml
  • A app/views/devise/passwords/new.html.haml
  • A app/views/devise/registrations/new.html.haml
  • A app/views/devise/sessions/new.html.haml
  • A config/initializers/devise.rb
  • A db/migrate/20180107082701_authlogic_to_devise.rb
  • A spec/features/devise/sign_in_spec.rb
  • A spec/features/devise/sign_up_spec.rb
  • A spec/mailers/devise_mailer_spec.rb
  • A spec/support/devise_helpers.rb
  • A spec/support/feature_helpers.rb
  • R app/controllers/authentications_controller.rb
  • R app/models/users/authentication.rb
  • R app/views/authentications/new.html.haml
  • R app/views/passwords/edit.html.haml
  • R app/views/passwords/new.html.haml
  • R app/views/user_mailer/password_reset_instructions.html.haml
  • R app/views/users/new.html.haml
  • R config/initializers/authlogic.rb
  • R spec/controllers/authentications_controller_spec.rb
  • R spec/controllers/passwords_controller_spec.rb
  • R spec/features/support/helpers.rb
  • R spec/features/support/maintain_sessions.rb
  • R spec/models/users/authentication_spec.rb
  • R spec/support/auth_macros.rb
  • R spec/views/authentications/new.haml_spec.rb
  • M CHANGELOG.md
  • M Gemfile
  • M Gemfile.lock
  • M README.md
  • M app/assets/stylesheets/common.scss
  • M app/controllers/admin/application_controller.rb
  • M app/controllers/admin/users_controller.rb
  • M app/controllers/application_controller.rb
  • M app/controllers/comments_controller.rb
  • M app/controllers/emails_controller.rb
  • M app/controllers/entities_controller.rb
  • M app/controllers/home_controller.rb
  • M app/controllers/passwords_controller.rb
  • M app/controllers/tasks_controller.rb
  • M app/controllers/users_controller.rb
  • M app/helpers/admin/users_helper.rb
  • M app/helpers/application_helper.rb
  • M app/mailers/user_mailer.rb
  • M app/models/users/user.rb
  • M app/views/admin/users/_user.html.haml
  • M app/views/contacts/_index_brief.html.haml
  • M app/views/contacts/_index_full.html.haml
  • M app/views/contacts/_index_long.html.haml
  • M app/views/layouts/_header.html.haml
  • M app/views/layouts/admin/_header.html.haml
  • M config/application.rb
  • M config/brakeman.ignore
  • M config/environments/development.rb
  • M config/routes.rb
  • M db/demo/users.yml
  • M db/schema.rb
  • M fat_free_crm.gemspec
  • M lib/fat_free_crm/gem_dependencies.rb
  • M lib/tasks/ffcrm/setup.rake
  • M spec/controllers/admin/users_controller_spec.rb
  • M spec/controllers/home_controller_spec.rb
  • M spec/controllers/users_controller_spec.rb
  • M spec/factories/user_factories.rb
  • M spec/features/admin/users_spec.rb
  • M spec/lib/errors_spec.rb
  • M spec/mailers/user_mailer_spec.rb
  • M spec/models/users/user_spec.rb
  • M spec/routing/users_routing_spec.rb
  • M spec/spec_helper.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby on Rails CRM platform for Web 2.0 and beyond