Jimmy Bourassa
5dedd8c4cf
Add fragment support for store_location_for
2014-11-05 16:52:40 -05:00
Lucas Mazza
d67388ad98
Merge pull request #3290 from olivierlacan/patch-1
...
Add release dates to each version in CHANGELOG
2014-11-03 11:02:37 -02:00
Olivier Lacan
2a5ae0200d
Add release dates to each version in CHANGELOG
...
As I've described [here](http://keepachangelog.com ), it's quite useful to associate release version numbers with dates to get situated in a change log.
Hope you find this useful.
PS: While doing this I did notice that a release marked as yanked in the CHANGELOG was not showing up as yanked on RubyGems, hence #3289 .
2014-11-03 13:52:03 +01:00
Lucas Mazza
13e07b4b61
Merge pull request #3279 from Sinbadsoft/activesurppot_load_hooks
...
Add ActiveSupport load hook for DeviseController
2014-11-03 10:07:07 -02:00
Chaker Nakhli
e46a21be16
remove dynamically added method to DeviseController by active support load hook test
2014-10-29 16:14:38 +01:00
Lucas Mazza
e3f794f369
Release 3.4.1
v3.4.1
2014-10-29 12:59:33 -02:00
Chaker Nakhli
8a7796aea9
Add ActiveSupport load hook for DeviseController
2014-10-28 13:41:55 +01:00
Lucas Mazza
05d8d81ff4
Update CHANGELOG
2014-10-27 22:58:24 -02:00
Lucas Mazza
a93edc72fd
Check for a Hash when using the authentication_keys to generate the FailureApp flash message.
...
Fixes #3270 .
2014-10-27 22:32:19 -02:00
José Valim
b910f5eb83
Merge pull request #3276 from michaelmoulsdale/patch-1
...
Update README.md - Updated Configuring controllers section
2014-10-26 16:36:01 -02:00
Michael Moulsdale
2c2e366500
Update README.md
...
Updated decsription of Configuring controllers to use Users rather than Admins. This is purely to be consistent with the previous documentation
2014-10-26 18:33:27 +00:00
José Valim
11060fb8da
Merge pull request #3269 from cllns/fix-field-class-on-views
...
Change views from class="fields" to class="field" to be same as rails scaffolding
2014-10-22 15:39:41 -02:00
Sean Collins
cfe0dc1ee1
change class="fields" to class="field" to be same as rails scaffolding
2014-10-22 12:44:01 -04:00
José Valim
2c0186e090
Merge pull request #3266 from udaysinghcode/fix-issue-3256
...
Fixed Issue #3256 - View Reformatting
2014-10-22 06:58:14 -02:00
Uday Singh
51263f995b
updated confirmation views with the same formatting and added fields and actions to tag
2014-10-22 04:25:33 -04:00
Uday Singh
f9ca733e68
updated passwords views with proper formatting akin to scaffolding and classes for fields and actions
2014-10-22 04:23:51 -04:00
Uday Singh
9c221e2418
updated new.html.erb unlock views
2014-10-22 04:12:28 -04:00
Uday Singh
ef016b448e
reformatted and updated sessions views with proper fields and action classes
2014-10-22 04:10:01 -04:00
Uday Singh
a5bab11321
reformatted fields, added fields and actions class like rails scaffolding, changed <i> html tag for updated <em> html5 tag
2014-10-22 04:08:33 -04:00
José Valim
dae49f836a
Merge pull request #3263 from gdpelican/feature/localize-confirmable-tests
...
Localize confirmable tests
2014-10-20 15:08:08 -02:00
James Kiesel
c1864663aa
Localize confirmable tests
2014-10-21 02:28:58 +13:00
José Valim
e96c9c961b
Merge pull request #3260 from hbriggs/master
...
allow set_flash_message to set flash.now messages
2014-10-19 14:12:54 -02:00
Rafael Mendonça França
5e58b1abfa
Merge pull request #3261 from seuros/patch-1
...
require ruby 1.9.3+
2014-10-19 13:40:55 -02:00
Abdelkader Boudih
f91dbd1b8b
require ruby 1.9.3+
2014-10-19 15:36:22 +00:00
Hannah Briggs
f80ebea0e6
allow set_flash_message to set flash.now messages
2014-10-18 21:28:20 -07:00
José Valim
2bae9da287
Merge pull request #3259 from janpantel/typo-controller-generator
...
Fix typo in controller generators help message
2014-10-18 17:39:53 +02:00
Jan Pantel
d6c8aef15f
Fix typo in controller generators help message
2014-10-18 17:34:38 +02:00
Lucas Mazza
f246f62b10
Remove CHANGELOG entry since #3195 was reverted.
2014-10-03 14:31:01 -03:00
Lucas Mazza
bdf9c25f3b
Release 3.4.0
v3.4.0
2014-10-03 14:28:15 -03:00
Lucas Mazza
9b49e89ebd
Update CHANGELOG [ci skip]
2014-10-03 14:20:31 -03:00
Lucas Mazza
8e5c098e3a
Merge pull request #3153 from plataformatec/lm-rails-4-2
...
Rails 4.2 compatibility
2014-10-03 14:07:59 -03:00
Lucas Mazza
547e18e24e
Merge pull request #3239 from plataformatec/lm-last_attempt_warning
...
Use the `last_attempt_warning` configuration with the lockable unauthenticated_message message.
2014-10-03 14:04:56 -03:00
José Valim
5ee215bcae
Merge pull request #3242 from wasabhi/master
...
Use spec/rails_helper.rb for rspec-rails config.
2014-10-03 18:59:27 +02:00
Abhinav
6445e07791
Use spec/rails_helper.rb for rspec-rails config.
2014-10-03 10:13:36 -06:00
Lucas Mazza
fa7714218e
Update CHANGELOG
2014-10-03 09:49:48 -03:00
Lucas Mazza
6405c96213
last_attempt_warning should be true for now on.
2014-10-03 09:49:29 -03:00
Lucas Mazza
1d8890b773
Merge branch 'master' into lm-rails-4-2
2014-10-03 09:41:23 -03:00
Lucas Mazza
fd565c7efb
Merge pull request #3241 from plataformatec/revert-3195-master
...
Revert "Removes reloading of routes when eager loading ..."
2014-10-03 09:39:09 -03:00
Lucas Mazza
c411ebcad6
Revert "Removes reloading of routes when eager loading ..."
2014-10-03 09:35:05 -03:00
Lucas Mazza
8b15184a25
Use the last_attempt_warning configuration with the lockable unauthenticated_message message.
...
This configuration was added in #2687 but it was never used in the real code that
defines what message should be used by the app.
2014-10-02 18:50:48 -03:00
Lucas Mazza
ed109ac3d5
Merge swap usage into a single method call.
2014-10-02 18:42:46 -03:00
Lucas Mazza
6f8a383ff6
Merge pull request #3221 from timoschilling/auth_keys_text
...
fix and optimice authentication_keys
2014-09-29 17:43:13 -03:00
Lucas Mazza
ee69d41fc1
Remove ActiveSupport test order deprecation warning
2014-09-29 17:42:08 -03:00
Lucas Mazza
1ed93cacd8
Update Rails dependency
2014-09-29 17:38:16 -03:00
Lucas Mazza
7eeaac9db1
Merge branch 'master' into lm-rails-4-2
2014-09-29 17:30:30 -03:00
José Valim
64b4905410
Merge pull request #3229 from yandy/patch-1
...
fix path bug
2014-09-29 09:30:11 +02:00
Michael Ding
002b4c6c01
fix argument bug
...
when `is_navigational_format?` returns false, Exception will be throw:
ArgumentError (Nil location provided. Can't build URI.)
2014-09-29 14:36:05 +08:00
Timo Schilling
0f240ab68f
code cleanup FailureApp
2014-09-24 15:51:51 +02:00
Timo Schilling
d546665102
use I18n "support.array.words_connector" as connector
2014-09-24 14:13:37 +02:00
Timo Schilling
d3c53904c7
use auth keys from scope instead of global config
2014-09-24 14:05:38 +02:00