| 2edf657 |
2013-04-03 |
Remove comments about removing LegacyKeyGenerator in 4.1 |
| 7c7a427 |
2013-04-02 |
Rename DummyKeyGenerator -> LegacyKeyGenerator |
| e1c4b84 |
2013-04-02 |
:scissors: spacing after private |
| c60d3b9 |
2013-04-02 |
Be consistent when talking about cookies, key -> name |
| c0b1eb1 |
2013-04-02 |
Fix permanent cookie jar accessor typo |
| ca58bf1 |
2013-04-01 |
Improve documentation around the cookie store auto-upgra... |
| 274a3aa |
2013-03-28 |
Allow transparent upgrading of legacy signed cookies to ... |
| 0190cba |
2013-03-24 |
Introduce UpgradeLegacySignedCookieJar to transparently ... |
| 1a25ebf |
2013-03-20 |
Tweak exception message to avoid giving potentially misl... |
| a2b7c0e |
2013-03-20 |
Raise an ArgumentError when a clashing named route is de... |
| 455948c |
2013-03-18 |
The default route has been removed |
| 7305ef8 |
2013-03-18 |
The HTTP method helpers are preferred over match and sho... |
| 70ff810 |
2013-03-18 |
The default route has been removed |
| efea57a |
2013-03-18 |
Using match without via is deprecated |
| d717882 |
2013-03-12 |
Document change to clashing named route selection from j... |
| 7874c9b |
2013-02-28 |
Document introduction of ActionDispatch::ParamsParser::P... |
| 5b8b977 |
2013-02-28 |
Document that scopes require a callable object |
| 5187627 |
2013-02-28 |
Document common deprecations |
| 0407ef5 |
2013-02-28 |
Document the deprecation of ActionView::RecordIdentifier |
| a1d8b03 |
2013-02-28 |
Document ActiveRecord::Fixtures becoming ActiveRecord::F... |
| 74d471a |
2013-02-28 |
Document change in routes using match |
| 97d9843 |
2013-02-28 |
Document removal of assets:precompile:primary |
| cfb04a6 |
2013-02-28 |
Document sass-rails asset_url deprecation |
| 8ecc2ed |
2013-02-28 |
Document caveat from 5b3bb61 which fixed handling SCRIPT... |
| 1525268 |
2013-02-28 |
Document rails-observers extraction |
| 3dd5444 |
2013-02-28 |
Document the switch from memcache-client to dalli |
| decff78 |
2013-02-28 |
Improve docs for UpgradeSignatureToEncryptionCookieStore |
| 27a304d |
2013-02-28 |
Document extraction of actionpack-xml_parser |
| 43ab015 |
2013-02-28 |
Document introduction of the ActionController::UnknownFo... |
| 06faa6d |
2012-11-14 |
Use BCrypt's MIN_COST in the test environment for speedi... |
| cbacc97 |
2010-08-24 |
Note about how to exit the console in the Getting Starte... |
| 174d5cd |
2010-08-24 |
Note about how to exit the console in the Getting Starte... |
| 99c092d |
2010-08-19 |
Note about validates_presence_of and nested attributes |
| e6b6d3a |
2010-08-19 |
Note about using attr_accessible with nested attributes |
| 81e9627 |
2010-06-25 |
Provide example for working around that regexp anchors c... |
| 64987d6 |
2010-06-22 |
Note that 'rails server' allows specifying mongrel, thin... |
| e433a39 |
2009-09-11 |
AV overview guide: progress on helpers |
| fb74a1b |
2009-09-10 |
AV overview guide: helper docs progress |
| 612fea1 |
2009-09-04 |
Commit progress on Action View Overview |
| b270c1a |
2009-09-03 |
Commit progress on Action View Overview |
| c90d326 |
2009-09-03 |
Commit progress on Action View Overview guide |
| 1c583d0 |
2009-04-05 |
Starting work on Action View Overview guide |
| 2bf922d |
2009-03-08 |
Added information about the new Object#invalid? method j... |
| 50e81d9 |
2009-03-07 |
Finish up callbacks section for Active Record Validation... |
| 61af46c |
2009-03-07 |
Fix guide error: save(false) skips validations but does ... |
| 1eee0d4 |
2009-02-19 |
Validation and Callbacks cleanup, finishing up Validations |
| bc1c856 |
2009-02-16 |
Small improvements to Validations and Callbacks guide |
| ad57d01 |
2009-02-10 |
Removing self from credits - didn't know you needed to c... |
| 4478841 |
2009-02-10 |
Revise Observers section, add myself to the credits |
| e7d56a5 |
2009-02-05 |
Active Record Validations and Callbacks TODOs added, spe... |
| 1b31144 |
2009-02-05 |
Fix for validations docs, person.invalid?(:email) should... |
| 4ee9f79 |
2009-02-05 |
Finish TODOs for Active Record Callbacks and Validations... |
| ffd0b1e |
2009-02-04 |
Remove stray API link |
| edffab4 |
2009-02-04 |
Merge changes to Active Record Validations section |
| 8c9f0ef |
2009-02-04 |
Formatting cleanup and fixes for Active Record Validations |
| 1ca565a |
2009-02-04 |
Update Guides, Active Record Validations, better explana... |
| 3584d8c |
2009-02-04 |
add link to machinist in testing guide under other testi... |
| 22a5aca |
2008-11-15 |
note that rake:db:migrate updates db/schema.rb by invoki... |
| 81c12d1 |
2008-08-12 |
move logging of protected attribute removal into log_pro... |
| b88ceb7 |
2008-05-24 |
add failing test case for block-setting of attributes vi... |
| 380ddd5 |
2007-12-10 |
Document how to disable forgery protection for tests. Us... |