aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Update the documentation to reflect the change handling :group earlierMichael Koziarski2008-09-161-1/+4
| | * Enhance the test "some string" method to support creating 'pending' tests.Michael Koziarski2008-09-161-1/+7
| | * When counting grouped records the target should be loaded to return a valid g...miloops2008-09-152-0/+4
| | * TimeWithZone #wday, #yday and #to_date avoid trip through #method_missinggbuesing2008-09-143-2/+6
| | * Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ...gbuesing2008-09-146-42/+198
| | * Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-148-79/+199
| | * stop AR's debug.log filling with warnings about not being able to load fixtur...Frederick Cheung2008-09-141-0/+14
| | * Deal with MySQL's quirky handling of defaults and blob/text columnsFrederick Cheung2008-09-146-3/+49
| | * Multiparameter attributes skip time zone conversion for time-only columns [#1...gbuesing2008-09-143-1/+21
| | * Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor...miloops2008-09-143-1/+12
| | * Make sure the permissions check file is closed before being unlinked.Michael Koziarski2008-09-141-1/+1
| | * Merge docrailsPratik Naik2008-09-1321-77/+4529
| * | Merge branch 'master' of git@github.com:rails/railsrick2008-08-26408-5834/+15564
| |\ \
| * \ \ merge with local tweaksrick2008-07-16114-795/+2346
| |\ \ \
| * \ \ \ Merge branch 'master' of git@github.com:rails/railsrick2008-07-0710-30/+76
| |\ \ \ \
| * \ \ \ \ Merge branch 'assert_redirected_to_fix'rick2008-07-061-1/+1
| |\ \ \ \ \
| | * | | | | fix ordering of assert_equal in assert_redirected_to. boy, that sure would b...rick2008-07-061-1/+1
* | | | | | | Fix substitution of path_prefix for name_prefix, some rewording.Mike Gunderloy2008-09-261-3/+3
* | | | | | | Finished section on :renderMike Gunderloy2008-09-261-1/+113
* | | | | | | I wish people would add .DS_Store to their global gitignoresMislav Marohnić2008-09-272-0/+0
* | | | | | | Add stuff to indexPratik Naik2008-09-273-1/+12
* | | | | | | Change some more code -> source in code blocksPratik Naik2008-09-261-7/+7
* | | | | | | Add Action Controller Basics guide to rake task. Remove testing for the time ...Pratik Naik2008-09-261-1/+2
* | | | | | | Change code -> source in code blocksTore Darell2008-09-276-14/+14
* | | | | | | Add ActionController guide (draft, unfinished)Tore Darell2008-09-2613-0/+578
* | | | | | | Add the first draft of the ActiveRecord Finders guide.Ryan Bigg2008-09-261-23/+118
* | | | | | | Add info about caching an action with or without the layoutAditya2008-09-261-0/+7
* | | | | | | Various fixes, section on self-joins, note on using hmt for hierarchies.Mike Gunderloy2008-09-252-46/+82
* | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsathonlab2008-09-2543-46655/+47331
|\ \ \ \ \ \ \
| * | | | | | | Work in progress.Mike Gunderloy2008-09-231-0/+129
| * | | | | | | Slight change to examples.Mike Gunderloy2008-09-231-2/+2
| * | | | | | | a leading slash in the :controller of url_for ensures you link to the root na...Xavier Noria2008-09-231-3/+11
| * | | | | | | Added section on controller namespaces.Mike Gunderloy2008-09-231-0/+14
| * | | | | | | Updated with cleanups; new sections still to comeAditya2008-09-231-45/+49
| * | | | | | | Added images to associations guide, cleaned up some typos and such.Mike Gunderloy2008-09-227-17/+67
| * | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsMatthew Bergman2008-09-223-3/+11
| |\ \ \ \ \ \ \
| | * | | | | | | Add profiling guide to the index pagePratik Naik2008-09-222-1/+9
| | * | | | | | | Change 'racing condition' to 'race condition'.Hongli Lai (Phusion)2008-09-221-2/+2
| * | | | | | | | fixed some small errors in formating. More to comeMatthew Bergman2008-09-226-18/+12
| |/ / / / / / /
| * | | | | | | clanupMatthew Bergman2008-09-216-90866/+46638
| * | | | | | | rmoved ds_storeMatthew Bergman2008-09-211-0/+0
| * | | | | | | understood only for finished articles authorsMatthew Bergman2008-09-217-6/+45672
| * | | | | | | fixed up benchmarking file names, fixed commits, truncated statistics section...Matthew Bergman2008-09-2126-47473/+132
| * | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsMatthew Bergman2008-09-2130-89/+442
| |\ \ \ \ \ \ \
| | * | | | | | | Improve explanation of with_optionsCody Fauser2008-09-211-1/+5
| | * | | | | | | Explain returning in a bit more detailCody Fauser2008-09-211-15/+31
| | * | | | | | | Improve documentation for attributes= and document its 'guard_protected_attri...Hongli Lai (Phusion)2008-09-221-3/+18
| | * | | | | | | Change 'equals to' to 'equal to'Cody Fauser2008-09-211-9/+9
| | * | | | | | | Add some documentation and examples for Base64 encode64 and decode64, and enc...Cody Fauser2008-09-212-2/+16
| | * | | | | | | In ActiveRecord::Base#destroy's documention, also mention that before/after_d...Hongli Lai (Phusion)2008-09-211-0/+3