aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding to_key to ActiveResource objects using ActiveModel::Conversion [#4685 ...Elomar França2010-06-032-5/+8
* Form Helpers guide: Use new syntax for fields_for examplesJosiah Ivey2010-06-031-4/+4
* fix small doc bug about running single unit test filesDavid Chelimsky2010-06-031-1/+1
* A small rdoc change made on lines 39 and 41 on activesupport/lib/active_suppo...jacortinas2010-06-031-2/+2
* Cover more of the Rails initialization process, regarding the internals of Yo...Ryan Bigg2010-06-031-3/+63
* Fixed XHTML on activerecord_validation_callbacks guideJaime Iniesta2010-06-031-3/+4
* Added info about guides validation to Contribute guideJaime Iniesta2010-06-031-0/+1
* Fixed minor typo on creditsJaime Iniesta2010-06-031-1/+1
* New rake validate_guides task to validate output/*.html against the W3C Valid...Jaime Iniesta2010-06-032-0/+73
* Getting Started, don't forget to link to yourself if you are adding to the ch...Rohit Arondekar2010-06-031-2/+1
* Minor typo fix in callbacks.rb of abstract_controllerRohit Arondekar2010-06-031-1/+1
* Support configuration of controller.controller_path on instances ofDavid Chelimsky2010-05-262-4/+9
* get railties/README back to the home page of the APIXavier Noria2010-05-251-0/+1
* Fix test incorrectly using a bare assert to use assert_kind_ofSantiago Pastorino2010-05-241-1/+1
* Refactor calculation test to remove unneeded SQLite special case.Santiago Pastorino2010-05-241-4/+1
* i18n: t() handles single keys returning an Array, alsoJeremy Kemper2010-05-242-2/+15
* HTML safety: fix textarea with nil contentJeremy Kemper2010-05-242-1/+7
* translate method doesn't support arrays anymore and is optimized to be used w...Santiago Pastorino2010-05-245-34/+13
* Revert "translation method for arrays on TranslationHelper module returns an ...Santiago Pastorino2010-05-244-42/+41
* Move AV::TC to AV::TC::Behavior [#4678 state:resolved]David Chelimsky2010-05-242-65/+99
* translation method for arrays on TranslationHelper module returns an array wh...Santiago Pastorino2010-05-244-41/+42
* Fix a bug where responders were not working properly on method override.José Valim2010-05-242-1/+14
* Missing changelog headingJeremy Kemper2010-05-232-0/+8
* Fix a bug where I18n fallbacks modules where not included in the proper backe...José Valim2010-05-232-9/+13
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-2113-701/+715
* Fix failing test.José Valim2010-05-212-9/+9
* 1.day should respond_to kind_of tooNeeraj Singh2010-05-212-0/+2
* Replace assert with assert_equal in some test casesNeeraj Singh2010-05-212-5/+5
* Fix typo on rackup test (ht: pleax)José Valim2010-05-201-1/+1
* More accurate JRuby gem requirementsNick Sieger2010-05-201-5/+15
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-2017-60/+53
* Merge remote branch 'rails/master'Xavier Noria2010-05-19127-872/+1359
|\
| * group :mri deleted in favor of RUBY_ENGINE and RUBY_VERSION usage.Santiago Pastorino2010-05-191-8/+9
| * Final iteration of use better testing methodsNeeraj Singh2010-05-1925-82/+82
| * Fix xml serialization test [#4650 state:resolved]Anil Wadghule2010-05-191-2/+5
| * Enable ruby-debug only for MRISantiago Pastorino2010-05-191-2/+2
| * Fixes a test on transaction_callbacks_test.rbSantiago Pastorino2010-05-191-2/+2
| * Avoid instance variable @output_buffer not initializedSantiago Pastorino2010-05-191-1/+2
| * Use better assertion methods for testingNeeraj Singh2010-05-1927-123/+116
| * removes deprecations of last_(month|year) from master, they will be deprecate...Xavier Noria2010-05-195-39/+1
| * Revert "Don't carry default value when changing column for a binary type on M...Jeremy Kemper2010-05-182-17/+1
| * make add_index and remove_index more resilient; new rename_index method; trac...Étienne Barrié2010-05-188-13/+147
| * Avoid creating a Rack::Response object in the cookie middleware since it may ...José Valim2010-05-181-9/+13
| * Fixes transaction callbacks testsSantiago Pastorino2010-05-181-23/+19
| * Nested records (re: autosave) are now updated even when the intermediate pare...Ian White2010-05-184-2/+106
| * assert_equal should be used instead of assertNeeraj Singh2010-05-181-1/+1
| * expected value should come first in assert_equalNeeraj Singh2010-05-181-3/+3
| * Use assert_equal correctly in actionmailer test (exposing one as broken)Neeraj Singh2010-05-181-2/+3
| * Better error messages for some of ActiveSupport testsNeeraj Singh2010-05-181-6/+6
| * assert should be replaced with assert_equal in a particular test caseNeeraj Singh2010-05-181-1/+1