aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fixed missing template paths on exception [#1082 state:resolved]Claudio Poli2008-09-204-25/+37
| | * applied patch to fix the associations with blocks in modules bug from an old ...Adeh DeSandies2008-09-202-4/+19
| | * Merge branch 'master' of git@github.com:rails/railsrick2008-09-20267-5055/+10347
| | |\
| | | * I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...Sven Fuchs2008-09-206-16/+37
| | | * I18n: move old-style interpolation syntax deprecation to Active Record. [#104...Sven Fuchs2008-09-203-8/+27
| | | * Fixed an error triggered by a reload followed by a foreign key assignment.Nathaniel Talbott2008-09-202-1/+13
| | | * Fixed Time#end_of_quarter to not blow up on May 31st [#313 state:resolved]Carlos Brando2008-09-192-1/+2
| | | * Remove the country_select helper.Michael Koziarski2008-09-184-1645/+0
| | | * Ensure old buffers get properly cleared to avoid leaking memoryDuff OMelia2008-09-181-1/+1
| | | * HTTP Accept headerEdgar J. Suarez2008-09-182-3/+11
| | | * Added support for http_only cookies in cookie_store Added unit tests for secu...Pelle Braendgaard2008-09-176-4/+64
| | | * make db:migrate:redo rake task accept an optional VERSION to target that spec...Philip Hallstrom2008-09-171-2/+10
| | | * 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
* | | | | | | | Updated finders guide.Ryan Bigg2008-10-011-31/+122
* | | | | | | | Another revision of the finders guide.Ryan Bigg2008-09-281-8/+87
|/ / / / / / /
* | | | | | | 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
| |\ \ \ \ \ \ \