| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow pre-casted values (other than nil) to pass through from calculations un... | Brian Lopez | 2010-05-04 | 1 | -5/+9 |
* | image_tag should be audio_tag, and change typo 'image' to 'audio file' | Josiah Ivey | 2010-05-04 | 1 | -2/+2 |
* | typo "<image />" -> "<img />", and typo 'follow' -> 'following' | mica eked | 2010-05-04 | 1 | -2/+2 |
* | typo 'main.cs' -> 'main.css', and textile typo 'h6(:has_many-group)' -> 'h6(#... | logylaps | 2010-05-04 | 3 | -3/+3 |
* | grammatical error 'uses' -> 'use' | Joe Hannon | 2010-05-04 | 1 | -1/+1 |
* | Cleaning up Action Mailer spelling with and without the space | Mikel Lindsaar | 2010-05-04 | 2 | -7/+7 |
* | Adding more docs to ActionMailer | Mikel Lindsaar | 2010-05-04 | 1 | -12/+50 |
* | Use class_inheritable_accessor for connection_handler | Pratik Naik | 2010-05-04 | 1 | -3/+3 |
* | date/conversions needs time/calculations for (utc|local)_time | Xavier Noria | 2010-05-03 | 1 | -0/+1 |
* | BigDecimal#as_json does not really specify the F format, it delegates that to... | Xavier Noria | 2010-05-03 | 1 | -1/+3 |
* | adds a comment explaining why BigDecimal#as_json returns a JSON string | Xavier Noria | 2010-05-03 | 1 | -1/+9 |
* | fixes colon in previous YAML example | Xavier Noria | 2010-05-03 | 1 | -1/+1 |
* | Fix transliteration rule example in docs. [#4526 state:resolved] | Norman Clarke | 2010-05-03 | 1 | -2/+3 |
* | move assert_template tests to their own test case [#4501 state:resolved] | David Chelimsky | 2010-05-03 | 1 | -41/+46 |
* | Eliminate false positives when passing symbols to assert_template | David Chelimsky | 2010-05-03 | 2 | -5/+27 |
* | Update I18n gem to 0.4.0.beta1 [#4525 state:resolved]. | José Valim | 2010-05-03 | 1 | -1/+1 |
* | Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo... | Lawrence Pit | 2010-05-03 | 16 | -65/+65 |
* | Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ... | José Valim | 2010-05-03 | 2 | -38/+17 |
* | adds test coverage for Date.current vs Date.today in Date.(yesterday|tomorrow... | Xavier Noria | 2010-05-03 | 1 | -1/+45 |
* | add NullResolver | David Chelimsky | 2010-05-02 | 2 | -0/+20 |
* | add tests for FixtureResolver | David Chelimsky | 2010-05-02 | 1 | -0/+18 |
* | move FixtureResolver to a file that is accessible outside Rails' own tests | David Chelimsky | 2010-05-02 | 3 | -5/+9 |
* | Event should be aware if yielded block failed or not. | José Valim | 2010-05-02 | 2 | -3/+7 |
* | Change event namespace ordering to most-significant first [#4504 state:resolved] | Justin George | 2010-05-02 | 15 | -34/+34 |
* | Make notifications go off even when an error is raised, so that we capture th... | Justin George | 2010-05-02 | 2 | -5/+9 |
* | Missing require added make pass activesupport/test/json/encoding_test.rb in i... | Santiago Pastorino | 2010-05-02 | 1 | -0/+1 |
* | Adding ability for the procs to be called within the instance, allows you to ... | Mikel Lindsaar | 2010-05-02 | 2 | -2/+15 |
* | Adding ability to pass proc's to the ActionMailer class default method | Mikel Lindsaar | 2010-05-02 | 2 | -1/+23 |
* | AR: fixed postgres fixture tests [#4519 state:resolved] | Cezary Baginski | 2010-05-01 | 1 | -1/+1 |
* | revises tests for Date.yesterday and Date.tomorrow | Xavier Noria | 2010-05-02 | 1 | -3/+3 |
* | let Date.yesterday and Date.tomorrow be based on Date.current rather than Dat... | Xavier Noria | 2010-05-02 | 1 | -2/+2 |
* | say something about after_(commit|rollback) in callbacks.rb, the fact that th... | Xavier Noria | 2010-05-02 | 1 | -1/+6 |
* | edit pass in the transactions preamble rdoc | Xavier Noria | 2010-05-02 | 1 | -24/+31 |
* | AR: fixed postgres transaction tests [#4519 state:commited] | Cezary Baginski | 2010-05-01 | 1 | -6/+2 |
* | Speed up I18n helpers in views and add entry to CHANGELOG. | José Valim | 2010-05-01 | 2 | -7/+5 |
* | repair the activesupport message encryptor tests for me, do so in the same wa... | Marius Nuennerich | 2010-05-01 | 1 | -0/+10 |
* | Use %{} syntax in I18n (faster) instead of {{}}. | José Valim | 2010-05-01 | 5 | -29/+29 |
* | Merge commit 'rails/master' | Xavier Noria | 2010-05-01 | 81 | -865/+2027 |
|\ |
|
| * | RouteSet does not raise ActionController::RoutingError when no routes match a... | Carl Lerche | 2010-04-30 | 4 | -18/+35 |
| * | Fix a bug in the generators from the previous commit | Carl Lerche | 2010-04-30 | 1 | -1/+1 |
| * | It would be nice to actually commit test fixtures | Carlhuda | 2010-04-30 | 3 | -0/+16 |
| * | Provide a mechanism for overriding the entire generator via a class that hand... | Carlhuda | 2010-04-30 | 2 | -95/+181 |
| * | Set up app generator class to make it easier to for alt-stacks to override ta... | Carlhuda | 2010-04-30 | 2 | -104/+221 |
| * | Merge remote branch 'technoweenie/http_token_authentication' | Jeremy Kemper | 2010-04-30 | 4 | -0/+274 |
| |\ |
|
| | * | add HTTP Token Authorization support to complement Basic and Digest Authoriza... | rick | 2010-04-30 | 3 | -0/+272 |
| * | | after_(commit|rollback) rdoc, edit pass | Xavier Noria | 2010-04-30 | 1 | -5/+5 |
| * | | guides index: punctuation | Xavier Noria | 2010-04-30 | 1 | -1/+1 |
| * | | Add generators to the guides and break out an extensions section | wycats | 2010-04-30 | 2 | -12/+24 |
| * | | Merge branch 'master' of github.com:rails/rails | wycats | 2010-04-30 | 91 | -1419/+3072 |
| |\| |
|
| | * | Depend on the I18n 0.4.0.beta. | José Valim | 2010-04-30 | 1 | -1/+1 |