aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Make find_or_create and find_or_initialize work mixing explicit parameters an...Santiago Pastorino2010-05-073-10/+32
| * Fix parsing xml input by ActionDispatch::ParamsParserLawrence Pit2010-05-062-1/+14
| * Fix unintuitive behavior with multiple order and group clausesErnie Miller2010-05-064-8/+19
| * Expand paths to app builders relative to the working directoryCarl Lerche2010-05-062-1/+12
| * Prevent calling regexp on symbol in Ruby 1.9 in association_proxyErnie Miller2010-05-051-1/+1
| * Update hidden namespace mechanism to work better with alternate choices and t...wycats2010-05-051-4/+42
| * adds Date#to_time refinement from previous commit to the CHANGELOGXavier Noria2010-05-051-0/+2
| * add support for mysql2 adapter to dbconsoleBrian Lopez2010-05-041-2/+2
| * let Time.time_with_datetime_fallback handle properly years in the range 0..138Xavier Noria2010-05-055-4/+30
| * Use primary key in conditions, not 'id' [#4395 state:resolved]Mathieu Arnold2010-05-042-1/+26
| * Active Model JSON serializer now supports custom root optionJatinder Singh2010-05-043-1/+26
| * Allow pre-casted values (other than nil) to pass through from calculations un...Brian Lopez2010-05-041-5/+9
* | 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
|\|
| * image_tag should be audio_tag, and change typo 'image' to 'audio file'Josiah Ivey2010-05-041-2/+2
| * typo "<image />" -> "<img />", and typo 'follow' -> 'following'mica eked2010-05-041-2/+2
| * typo 'main.cs' -> 'main.css', and textile typo 'h6(:has_many-group)' -> 'h6(#...logylaps2010-05-043-3/+3
| * grammatical error 'uses' -> 'use'Joe Hannon2010-05-041-1/+1
| * Cleaning up Action Mailer spelling with and without the spaceMikel Lindsaar2010-05-042-7/+7
| * Adding more docs to ActionMailerMikel Lindsaar2010-05-041-12/+50
| * Use class_inheritable_accessor for connection_handlerPratik Naik2010-05-041-3/+3
| * date/conversions needs time/calculations for (utc|local)_timeXavier Noria2010-05-031-0/+1
| * BigDecimal#as_json does not really specify the F format, it delegates that to...Xavier Noria2010-05-031-1/+3
| * adds a comment explaining why BigDecimal#as_json returns a JSON stringXavier Noria2010-05-031-1/+9
| * fixes colon in previous YAML exampleXavier Noria2010-05-031-1/+1
| * Fix transliteration rule example in docs. [#4526 state:resolved]Norman Clarke2010-05-031-2/+3
| * move assert_template tests to their own test case [#4501 state:resolved]David Chelimsky2010-05-031-41/+46
| * Eliminate false positives when passing symbols to assert_templateDavid Chelimsky2010-05-032-5/+27
| * Update I18n gem to 0.4.0.beta1 [#4525 state:resolved].José Valim2010-05-031-1/+1
| * Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-0316-65/+65
| * Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ...José Valim2010-05-032-38/+17
| * adds test coverage for Date.current vs Date.today in Date.(yesterday|tomorrow...Xavier Noria2010-05-031-1/+45
| * add NullResolverDavid Chelimsky2010-05-022-0/+20
| * add tests for FixtureResolverDavid Chelimsky2010-05-021-0/+18
| * move FixtureResolver to a file that is accessible outside Rails' own testsDavid Chelimsky2010-05-023-5/+9
| * Event should be aware if yielded block failed or not.José Valim2010-05-022-3/+7
| * Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-0215-34/+34
| * Make notifications go off even when an error is raised, so that we capture th...Justin George2010-05-022-5/+9
| * Missing require added make pass activesupport/test/json/encoding_test.rb in i...Santiago Pastorino2010-05-021-0/+1
| * Adding ability for the procs to be called within the instance, allows you to ...Mikel Lindsaar2010-05-022-2/+15
| * Adding ability to pass proc's to the ActionMailer class default methodMikel Lindsaar2010-05-022-1/+23
| * AR: fixed postgres fixture tests [#4519 state:resolved]Cezary Baginski2010-05-011-1/+1