Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Changed encoding behaviour of mail, so updated tests in actionmailer and ↵ | Mikel Lindsaar | 2010-05-14 | 3 | -4/+8 | |
| | | | | | | | | | | | | bumped mail version to 2.2.1 Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | minor changes to instance level validations implementation based on feedback ↵ | Josh Kalderimis | 2010-05-13 | 4 | -38/+17 | |
| | | | | | | | | from José Valim | |||||
| * | 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 ↵ | Xavier Noria | 2010-05-12 | 7 | -34/+77 | |
| | | | | | | | | deprecates last_(month|year) | |||||
| * | Fixes to_json and to_xml for ActiveResource | Santiago Pastorino | 2010-05-12 | 1 | -6/+15 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Revert "Refactor of active_model/naming.rb and allow collection and element ↵ | Santiago Pastorino | 2010-05-12 | 2 | -59/+5 | |
| | | | | | | | | | | | | | | | | to be writable" This reverts commit f7862b2c34b5b298bf7b937c55f0637ebfe43a25. Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Make ActiveResource serialize XML correctly when element_name is set. | Santiago Pastorino | 2010-05-12 | 4 | -7/+54 | |
| | | | | | | | | | | | | [#4529] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Refactor of active_model/naming.rb and allow collection and element to be ↵ | Santiago Pastorino | 2010-05-12 | 2 | -5/+59 | |
| | | | | | | | | | | | | writable Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Make use of to_xml and to_json in tests | Santiago Pastorino | 2010-05-12 | 1 | -2/+7 | |
| | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | 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 ↵ | Santiago Pastorino | 2010-05-11 | 2 | -3/+2 | |
| | | | | | | | | | | | | | | | | since SQLite returns Float. [#4514 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | 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 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | 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 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Make sure valid? preceives the context as in ActiveModel API (ht: Carlos ↵ | José Valim | 2010-05-10 | 4 | -26/+45 | |
| | | | | | | | | Antonio) | |||||
| * | 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 | |
| | | | | | | | | This reverts commit 6626833db13a69786f9f6cd56b9f53c4017c3e39. | |||||
| * | 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 ↵ | Josh Kalderimis | 2010-05-09 | 2 | -1/+22 | |
| | | | | | | | | | | | | select but does not specify the primary key Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Merge branch 'master' of github.com:rails/rails | José Valim | 2010-05-09 | 7 | -6/+123 | |
| |\ | ||||||
| * | | Use annoted source code in Template:Error to avoid special cases in the show ↵ | José Valim | 2010-05-09 | 3 | -11/+7 | |
| | | | | | | | | | | | | exceptions middleware. | |||||
* | | | Merge branch 'master' of github.com:lifo/docrails | Rizwan Reza | 2010-05-17 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix punctuation and keep the tone consistent | Josiah Ivey | 2010-05-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Changed guide to use random_element. | Rizwan Reza | 2010-05-17 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | better documentation for dependent option [#4564 state:resolved] | Neeraj Singh | 2010-05-16 | 1 | -4/+5 | |
| | | | ||||||
* | | | simplify contact information in the guides contribution guide | Xavier Noria | 2010-05-16 | 1 | -12/+2 | |
| | | | ||||||
* | | | updates the contribute guide in several aspects | Xavier Noria | 2010-05-16 | 1 | -22/+30 | |
| | | | ||||||
* | | | Added extra documentation for content_for helper | Jeroen van Dijk | 2010-05-15 | 1 | -6/+25 | |
| | | | ||||||
* | | | AR Validations: Errors section updated | eparreno | 2010-05-15 | 1 | -31/+73 | |
| | | | ||||||
* | | | routing guide: fix typos and clarify code examples | eparreno | 2010-05-13 | 1 | -3/+9 | |
| | | | ||||||
* | | | Updated 3.0 release notes guide to inform issues with unsupported Ruby versions. | Anil Wadghule | 2010-05-13 | 1 | -0/+2 | |
| | | | ||||||
* | | | fix wrong action name [#134] | eparreno | 2010-05-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | complete rake tasks table and fix format | eparreno | 2010-05-12 | 1 | -4/+7 | |
| | | | ||||||
* | | | Getting started, fixed some links in changelog | rohit | 2010-05-10 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | 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 ↵ | Xavier Noria | 2010-05-09 | 2 | -0/+3 | |
| |/ | | | | | | | Date#monday -> Date#beginning_of_week | |||||
| * | 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 ↵ | Xavier Noria | 2010-05-09 | 3 | -0/+47 | |
| | | | | | | | | | | | | | | | | | | | | the calendar reform Our next_month gives November for some late dates in September of 1582. Related methods, last_*, and in general advance have the same issues. This commit fixes those, see the test suite for expected behavior, which we still run in 1.9 to ensure it matches as we do with other methods defined in Date in 1.9. | |||||
| * | removed AR from all AMo tests, including any unneeded files (schema, ↵ | Josh Kalderimis | 2010-05-09 | 18 | -128/+12 | |
| | | | | | | | | fixtures and test helper) | |||||
| * | removed an old unused model in the AMo tests which also removes another AR ↵ | Josh Kalderimis | 2010-05-09 | 9 | -14/+0 | |
| | | | | | | | | dependency | |||||
| * | updated AR to work with the AMo model validation changes | Josh Kalderimis | 2010-05-08 | 2 | -2/+6 | |
| | | ||||||
| * | removed use of AR in AMo tests and removed testing of scopes (:on) in ↵ | Josh Kalderimis | 2010-05-08 | 14 | -289/+240 | |
| | | | | | | | | individual validation tests and moved them to their own test file | |||||
| * | updated AMo validations to use a context for valid? and invalid?, removing ↵ | Josh Kalderimis | 2010-05-08 | 1 | -5/+12 | |
| | | | | | | | | the dependency on AR | |||||
| * | Here the intention was to assign to different objects | Santiago Pastorino | 2010-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | add test coverage for (last|next)_year on leap years | Xavier Noria | 2010-05-08 | 1 | -0/+8 | |
| | | ||||||
| * | get the rescue error page back [#4536 state:resolved] | Sam Ruby | 2010-05-08 | 1 | -1/+1 | |
| | |