Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | adds test coverage for Date.current vs Date.today in ↵ | Xavier Noria | 2010-05-03 | 1 | -1/+45 | |
| | | | | | | | | Date.(yesterday|tomorrow) implementation | |||||
| * | add NullResolver | David Chelimsky | 2010-05-02 | 2 | -0/+20 | |
| | | | | | | | | | | | | [#4523 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | add tests for FixtureResolver | David Chelimsky | 2010-05-02 | 1 | -0/+18 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | move FixtureResolver to a file that is accessible outside Rails' own tests | David Chelimsky | 2010-05-02 | 3 | -5/+9 | |
| | | | | | | | | | | | | [#4522 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | 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 | |
| | | | | | | | | | | | | | | | | | | More work still needs to be done on some of these names (render_template.action_view and render_template!.action_view particularly) but this allows (for example) /^sql/ to subscribe to all the various ORMs without further modification Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Make notifications go off even when an error is raised, so that we capture ↵ | Justin George | 2010-05-02 | 2 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the underlying performance data [#4505 state:resolved] This is important when trying to keep track of many layers of interrelated calls i.e.: ActiveRecord::Base.transaction do MyModel.find(1) #ActiveRecord::NotFound end # should capture the full time until the error propagation Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Missing require added make pass activesupport/test/json/encoding_test.rb in ↵ | Santiago Pastorino | 2010-05-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | isolation Signed-off-by: Xavier Noria <fxn@hashref.com> | |||||
| * | Adding ability for the procs to be called within the instance, allows you to ↵ | Mikel Lindsaar | 2010-05-02 | 2 | -2/+15 | |
| | | | | | | | | | | | | pass results from instance methods to the mail header Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Adding ability to pass proc's to the ActionMailer class default method | Mikel Lindsaar | 2010-05-02 | 2 | -1/+23 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | AR: fixed postgres fixture tests [#4519 state:resolved] | Cezary Baginski | 2010-05-01 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | 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 ↵ | Xavier Noria | 2010-05-02 | 1 | -2/+2 | |
| | | | | | | | | Date.today | |||||
| * | say something about after_(commit|rollback) in callbacks.rb, the fact that ↵ | Xavier Noria | 2010-05-02 | 1 | -1/+6 | |
| | | | | | | | | their implementation is elsewhere is not important for rdoc purposes | |||||
| * | 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 | |
| | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | 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 ↵ | Marius Nuennerich | 2010-05-01 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | way as jeremy did with message verifier [#4517 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Use %{} syntax in I18n (faster) instead of {{}}. | José Valim | 2010-05-01 | 5 | -29/+29 | |
| | | ||||||
* | | 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 | |
|/ | ||||||
* | Merge commit 'rails/master' | Xavier Noria | 2010-05-01 | 81 | -865/+2027 | |
|\ | | | | | | | | | Conflicts: railties/guides/source/index.html.erb | |||||
| * | RouteSet does not raise ActionController::RoutingError when no routes match ↵ | Carl Lerche | 2010-04-30 | 4 | -18/+35 | |
| | | | | | | | | anymore. Instead, it follows the X-Cascade convention. ShowExceptions checks for X-Cascade so that the routing error page can still be displayed. | |||||
| * | 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 ↵ | Carlhuda | 2010-04-30 | 2 | -95/+181 | |
| | | | | | | | | handles the individual elements of generating a new Rails application | |||||
| * | Set up app generator class to make it easier to for alt-stacks to override ↵ | Carlhuda | 2010-04-30 | 2 | -104/+221 | |
| | | | | | | | | targeted areas | |||||
| * | Merge remote branch 'technoweenie/http_token_authentication' | Jeremy Kemper | 2010-04-30 | 4 | -0/+274 | |
| |\ | | | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | add HTTP Token Authorization support to complement Basic and Digest ↵ | rick | 2010-04-30 | 3 | -0/+272 | |
| | | | | | | | | | | | | Authorization. | |||||
| * | | 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 | |
| | | | ||||||
| | * | Delegate Inflector.transliterate to i18n. [#4508 state:resolved] | Norman Clarke | 2010-04-30 | 3 | -89/+101 | |
| | | | | | | | | | | | | | | | | | | | | | Ancillary changes: Moved Chars#normalize into a class method; removed unused UTF_PAT constant. Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| | * | to_xml with :include should skip_instruct on the included records [#4506 ↵ | Lawrence Pit | 2010-04-30 | 3 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| | * | removing the extra assignment statement [#4432 state:resolved] | Neeraj Singh | 2010-04-30 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| | * | test cases for record.to_xml [#458 state:resolved] | Neeraj Singh | 2010-04-30 | 4 | -0/+28 | |
| | | | | | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| | * | Updated the generators guide. | José Valim | 2010-04-30 | 1 | -20/+14 | |
| | | | ||||||
| | * | Update generators to use thor 0.13.6 with simpler source_root handling. | José Valim | 2010-04-30 | 6 | -32/+30 | |
| | | | ||||||
| | * | Reorganize the mailer generator a bit. | José Valim | 2010-04-30 | 4 | -2/+2 | |
| | | | ||||||
| | * | Update after_commit and after_rollback docs and tests to use new style API ↵ | Brian Durand | 2010-04-29 | 2 | -11/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | with an :on options instead of on_* suffix. [#2991] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> |