aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed encoding behaviour of mail, so updated tests in actionmailer and bump...Mikel Lindsaar2010-05-143-4/+8
* minor changes to instance level validations implementation based on feedback ...Josh Kalderimis2010-05-134-38/+17
* validation macros can now be used within an instanceJosh Kalderimis2010-05-1313-14/+114
* defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep...Xavier Noria2010-05-127-34/+77
* Fixes to_json and to_xml for ActiveResourceSantiago Pastorino2010-05-121-6/+15
* Revert "Refactor of active_model/naming.rb and allow collection and element t...Santiago Pastorino2010-05-122-59/+5
* Make ActiveResource serialize XML correctly when element_name is set.Santiago Pastorino2010-05-124-7/+54
* Refactor of active_model/naming.rb and allow collection and element to be wri...Santiago Pastorino2010-05-122-5/+59
* Make use of to_xml and to_json in testsSantiago Pastorino2010-05-121-2/+7
* revises the rdoc of #average according to 5f3bd55, and realigns when clausesXavier Noria2010-05-121-5/+4
* type_cast_calculated_value refactor: value is never a Fixnum here. Fix test s...Santiago Pastorino2010-05-112-3/+2
* Gemfile requires sqlite3-ruby 1.3.0.beta.1Xavier Noria2010-05-121-1/+1
* Make sure timestamp is properly referencedBlake Smith2010-05-111-1/+1
* Remove undocumented save_without_validation!Pratik Naik2010-05-112-10/+0
* Use arel instead of sql stringsPratik Naik2010-05-111-6/+5
* Succint save definitionPratik Naik2010-05-111-4/+2
* corrected error message in session/cookie_store [#4546 state:resolved]Josh Kalderimis2010-05-101-1/+1
* Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...José Valim2010-05-104-26/+45
* Make sure schema dumper doesnt throw up when there are no index lengthsPratik Naik2010-05-091-1/+3
* Revert "Revert "Add index length support for MySQL [#1852 state:open]""Pratik Naik2010-05-097-3/+73
* Improve code from 231d7676f72947bae765b9bd885b134aaf949921Pratik Naik2010-05-091-7/+5
* corrected AR find_each and find_in_batches to raise when the user uses select...Josh Kalderimis2010-05-092-1/+22
* Merge branch 'master' of github.com:rails/railsJosé Valim2010-05-097-6/+123
|\
| * Merge remote branch 'rails/master'Xavier Noria2010-05-0966-1013/+1065
| |\
| | * aliases Date#sunday to Date#end_of_week, for symmetry with existing alias Dat...Xavier Noria2010-05-092-0/+3
| * | AS guide: more date calculation utilitiesXavier Noria2010-05-091-1/+59
| * | AS guide: you know, the 10th is not NovemberXavier Noria2010-05-091-1/+1
| * | AS guide: adds a catchall note about date calculations around the calendar re...Xavier Noria2010-05-091-0/+2
| * | Updates bundler information, now bundler has a homepageSantiago Pastorino2010-05-081-1/+1
| * | AS guide: documents some Date calculations (calendar reform details pending)Xavier Noria2010-05-091-2/+49
| * | migration, correct file and created a code sample out of it.Rohit Arondekar2010-05-071-1/+5
| * | Migrations, rewrote a sentence for clarity.Rohit Arondekar2010-05-061-1/+1
| * | Updated guide to inform issues with unsupported Ruby versions.Anil Wadghule2010-05-061-0/+3
| * | typo 'Provivdes' -> 'Provides'Santiago Pastorino2010-05-051-1/+1
| * | Merge remote branch 'rails/master'Xavier Noria2010-05-0461-248/+412
| |\ \
| * | | Change typo 'image' to 'audio file'Josiah Ivey2010-05-041-1/+1
| * | | image_tag should be audio_tagJosiah Ivey2010-05-041-1/+1
| * | | typo 'follow' -> 'following'mica eked2010-05-041-1/+1
| * | | typo "<image />" -> "<img />"mica eked2010-05-041-1/+1
| * | | typo. missing 'if'logylaps2010-05-041-1/+1
| * | | textile typo 'h6(:has_many-group)' -> 'h6(#has_many-group)'logylaps2010-05-041-1/+1
| * | | typo 'main.cs' -> 'main.css'logylaps2010-05-041-1/+1
| * | | grammatical error 'uses' -> 'use'Joe Hannon2010-05-021-1/+1
| * | | Cleaning up Action Mailer spelling with and without the spaceMikel Lindsaar2010-05-022-7/+7
| * | | Adding more docs to ActionMailerMikel Lindsaar2010-05-021-12/+50
* | | | Use annoted source code in Template:Error to avoid special cases in the show ...José Valim2010-05-093-11/+7
| |_|/ |/| |
* | | adds calendar reform test coverage for more relevant date calculationsXavier Noria2010-05-091-1/+14
* | | eliminate alias_method_chain from ActiveRecordwycats2010-05-0916-542/+514
* | | Backports Date#>> from 1.9 so that calculations do the right thing around the...Xavier Noria2010-05-093-0/+47
* | | removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-0918-128/+12