| d7ef1c1 |
2012-10-08 |
Fix typo: 'this also mean' -> 'this also means' |
| 6e9b01f |
2010-01-08 |
Allow AR::Schema's migrations_path to be overwritten by ... |
| 652d1c1 |
2010-01-08 |
Allow AR::Schema's migrations_path to be overwritten by ... |
| 2dcc53b |
2010-01-07 |
Remove stray semicolon from cookie_verification_secret i... |
| f8352ec |
2010-01-07 |
Align assignments in the session_store initializer template |
| cfe0fca |
2010-01-06 |
Fix failing app generator test when using the --dev option |
| caad6c6 |
2010-01-06 |
Restore require of 'active_record/fixtures' for Rake tas... |
| 894ce15 |
2010-01-06 |
Use better defaults for fixtures: transactional=true, in... |
| 891ba18 |
2010-01-06 |
Update db:migrate error message to reflect the removal o... |
| 8a41b71 |
2010-01-06 |
Fix spacing on frameworks error message |
| a8dc9fd |
2009-10-14 |
CookieJar#delete should return the key's value, consiste... |
| bbaf3a0 |
2009-10-14 |
CookieJar#delete should return the key's value, consiste... |
| f98302e |
2009-10-05 |
MessageVerifier#verify raises InvalidSignature if the si... |
| 9212138 |
2009-10-05 |
MessageVerifier#verify raises InvalidSignature if the si... |
| e870e24 |
2009-09-02 |
Don't try to log protected attribute removal if there's ... |
| 41b3c91 |
2009-09-02 |
Remove ClassInheritableAttributes test case, already cov... |
| c10396b |
2009-08-27 |
When running multiple test tasks, don't abort early if o... |
| 058459d |
2009-08-27 |
When running multiple test tasks, don't abort early if o... |
| 0a1c7b9 |
2009-08-27 |
Use a more idiomatic redirect_to example in the flash docs |
| 8a49183 |
2009-08-26 |
Don't use AR::Base.connection for fixture column quoting... |
| 8c05ca9 |
2009-08-26 |
Don't use AR::Base.connection for fixture column quoting... |
| 0821941 |
2009-08-26 |
Eliminate warnings from Regexp multiline extension tests |
| 66d8063 |
2009-08-26 |
Correct Regexp#un/optionalize assertions and fix uncover... |
| 4240890 |
2009-08-26 |
UrlRewriter#rewrite_url should call #to_param on the val... |
| 05b529c |
2009-08-26 |
UrlRewriter#rewrite_url should call #to_param on the val... |
| 4350e7f |
2009-04-03 |
Fix typo in comment: hide_actions -> hide_action |
| 2f340d0 |
2009-03-24 |
Improve documentation for ActiveResource::Validations, f... |
| c58c98d |
2009-03-24 |
Fix typos in ActiveResource::Base documentation, use pre... |
| e64e4f8 |
2009-03-24 |
Update ActiveResource::Connection documentation to use p... |
| 87891de |
2009-03-24 |
Fix typos in Active Resource README |
| 76556b0 |
2009-03-24 |
Merge branch 'master' of git://github.com/lifo/docrails |
| 4b6458b |
2009-03-09 |
Improve documentation for ActiveRecord::Base.update_all.... |
| 96eaeee |
2009-03-08 |
Add ActiveRecord::Base#invalid? as the opposite of #vali... |
| 408c722 |
2008-10-31 |
Really silence spec warnings when running GemDependency ... |
| 1a18227 |
2008-10-24 |
Fix that HTML::Node.parse would blow up on unclosed CDAT... |
| d1922cc |
2008-10-24 |
Fix that HTML::Node.parse would blow up on unclosed CDAT... |
| 3bcadc9 |
2008-10-24 |
Fix incorrect closing CDATA delimiter. Add tests for CDA... |
| 8fad8d7 |
2008-10-24 |
Fix incorrect closing CDATA delimiter. Add tests for CDA... |
| 282b420 |
2008-08-13 |
Account for the possibility of a nil options argument to... |
| 762ee05 |
2008-08-13 |
Account for the possibility of a nil options argument to... |
| 8d72b82 |
2008-08-05 |
Make assert_template failure message more friendly |
| c57254d |
2008-03-28 |
Fixed HTML::Tokenizer (used in sanitize helper) didnt ha... |
| f005587 |
2007-09-23 |
Follow our own conventions (closes #6506) [packagethief] |