| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed encoding behaviour of mail, so updated tests in actionmailer and bump... | Mikel Lindsaar | 2010-05-14 | 3 | -4/+8 |
* | minor changes to instance level validations implementation based on feedback ... | Josh Kalderimis | 2010-05-13 | 4 | -38/+17 |
* | validation macros can now be used within an instance | Josh Kalderimis | 2010-05-13 | 13 | -14/+114 |
* | defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep... | Xavier Noria | 2010-05-12 | 7 | -34/+77 |
* | Fixes to_json and to_xml for ActiveResource | Santiago Pastorino | 2010-05-12 | 1 | -6/+15 |
* | Revert "Refactor of active_model/naming.rb and allow collection and element t... | Santiago Pastorino | 2010-05-12 | 2 | -59/+5 |
* | Make ActiveResource serialize XML correctly when element_name is set. | Santiago Pastorino | 2010-05-12 | 4 | -7/+54 |
* | Refactor of active_model/naming.rb and allow collection and element to be wri... | Santiago Pastorino | 2010-05-12 | 2 | -5/+59 |
* | Make use of to_xml and to_json in tests | Santiago Pastorino | 2010-05-12 | 1 | -2/+7 |
* | revises the rdoc of #average according to 5f3bd55, and realigns when clauses | Xavier Noria | 2010-05-12 | 1 | -5/+4 |
* | type_cast_calculated_value refactor: value is never a Fixnum here. Fix test s... | Santiago Pastorino | 2010-05-11 | 2 | -3/+2 |
* | Gemfile requires sqlite3-ruby 1.3.0.beta.1 | Xavier Noria | 2010-05-12 | 1 | -1/+1 |
* | Make sure timestamp is properly referenced | Blake Smith | 2010-05-11 | 1 | -1/+1 |
* | Remove undocumented save_without_validation! | Pratik Naik | 2010-05-11 | 2 | -10/+0 |
* | Use arel instead of sql strings | Pratik Naik | 2010-05-11 | 1 | -6/+5 |
* | Succint save definition | Pratik Naik | 2010-05-11 | 1 | -4/+2 |
* | corrected error message in session/cookie_store [#4546 state:resolved] | Josh Kalderimis | 2010-05-10 | 1 | -1/+1 |
* | Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto... | José Valim | 2010-05-10 | 4 | -26/+45 |
* | Make sure schema dumper doesnt throw up when there are no index lengths | Pratik Naik | 2010-05-09 | 1 | -1/+3 |
* | Revert "Revert "Add index length support for MySQL [#1852 state:open]"" | Pratik Naik | 2010-05-09 | 7 | -3/+73 |
* | Improve code from 231d7676f72947bae765b9bd885b134aaf949921 | Pratik Naik | 2010-05-09 | 1 | -7/+5 |
* | corrected AR find_each and find_in_batches to raise when the user uses select... | Josh Kalderimis | 2010-05-09 | 2 | -1/+22 |
* | Merge branch 'master' of github.com:rails/rails | José Valim | 2010-05-09 | 7 | -6/+123 |
|\ |
|
| * | Merge remote branch 'rails/master' | Xavier Noria | 2010-05-09 | 66 | -1013/+1065 |
| |\ |
|
| | * | aliases Date#sunday to Date#end_of_week, for symmetry with existing alias Dat... | Xavier Noria | 2010-05-09 | 2 | -0/+3 |
| * | | AS guide: more date calculation utilities | Xavier Noria | 2010-05-09 | 1 | -1/+59 |
| * | | AS guide: you know, the 10th is not November | Xavier Noria | 2010-05-09 | 1 | -1/+1 |
| * | | AS guide: adds a catchall note about date calculations around the calendar re... | Xavier Noria | 2010-05-09 | 1 | -0/+2 |
| * | | Updates bundler information, now bundler has a homepage | Santiago Pastorino | 2010-05-08 | 1 | -1/+1 |
| * | | AS guide: documents some Date calculations (calendar reform details pending) | Xavier Noria | 2010-05-09 | 1 | -2/+49 |
| * | | migration, correct file and created a code sample out of it. | Rohit Arondekar | 2010-05-07 | 1 | -1/+5 |
| * | | Migrations, rewrote a sentence for clarity. | Rohit Arondekar | 2010-05-06 | 1 | -1/+1 |
| * | | Updated guide to inform issues with unsupported Ruby versions. | Anil Wadghule | 2010-05-06 | 1 | -0/+3 |
| * | | typo 'Provivdes' -> 'Provides' | Santiago Pastorino | 2010-05-05 | 1 | -1/+1 |
| * | | Merge remote branch 'rails/master' | Xavier Noria | 2010-05-04 | 61 | -248/+412 |
| |\ \ |
|
| * | | | Change typo 'image' to 'audio file' | Josiah Ivey | 2010-05-04 | 1 | -1/+1 |
| * | | | image_tag should be audio_tag | Josiah Ivey | 2010-05-04 | 1 | -1/+1 |
| * | | | typo 'follow' -> 'following' | mica eked | 2010-05-04 | 1 | -1/+1 |
| * | | | typo "<image />" -> "<img />" | mica eked | 2010-05-04 | 1 | -1/+1 |
| * | | | typo. missing 'if' | logylaps | 2010-05-04 | 1 | -1/+1 |
| * | | | textile typo 'h6(:has_many-group)' -> 'h6(#has_many-group)' | logylaps | 2010-05-04 | 1 | -1/+1 |
| * | | | typo 'main.cs' -> 'main.css' | logylaps | 2010-05-04 | 1 | -1/+1 |
| * | | | grammatical error 'uses' -> 'use' | Joe Hannon | 2010-05-02 | 1 | -1/+1 |
| * | | | Cleaning up Action Mailer spelling with and without the space | Mikel Lindsaar | 2010-05-02 | 2 | -7/+7 |
| * | | | Adding more docs to ActionMailer | Mikel Lindsaar | 2010-05-02 | 1 | -12/+50 |
* | | | | Use annoted source code in Template:Error to avoid special cases in the show ... | José Valim | 2010-05-09 | 3 | -11/+7 |
| |_|/
|/| | |
|
* | | | adds calendar reform test coverage for more relevant date calculations | Xavier Noria | 2010-05-09 | 1 | -1/+14 |
* | | | eliminate alias_method_chain from ActiveRecord | wycats | 2010-05-09 | 16 | -542/+514 |
* | | | Backports Date#>> from 1.9 so that calculations do the right thing around the... | Xavier Noria | 2010-05-09 | 3 | -0/+47 |
* | | | removed AR from all AMo tests, including any unneeded files (schema, fixtures... | Josh Kalderimis | 2010-05-09 | 18 | -128/+12 |