1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/rails_app
José Valim bd0e2a3180 devise_for now accepts a block. All routes inside the block uses the scope defined by devise_for.
You are now allowed to do:

  devise_for :users do
    # Non conventional sign_in route
    get "/sign_in" => "devise/sessions#new"
  end

And it should work as expected.
2010-07-07 10:51:14 +02:00
..
app Remove data_mapper support. 2010-07-04 17:22:57 +02:00
config devise_for now accepts a block. All routes inside the block uses the scope defined by devise_for. 2010-07-07 10:51:14 +02:00
db Get rid of deprecation warnings. 2010-04-15 08:43:39 +02:00
public Got tests running on Rails 3: 369 tests, 486 assertions, 45 failures, 124 errors. 2010-02-16 14:31:49 +01:00
script Got tests running on Rails 3: 369 tests, 486 assertions, 45 failures, 124 errors. 2010-02-16 14:31:49 +01:00
config.ru Allow the dummy application in test/rails_app to boot. 2010-04-01 12:49:11 +02:00
Rakefile Update bundler, Rails and improve tests for previous commit. 2010-07-02 08:12:00 +02:00