Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix unintuitive behavior with multiple order and group clauses | Ernie Miller | 2010-05-06 | 4 | -8/+19 | |
| | | | | | | | | | | | | | | | | | | [#4545 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | | | Expand paths to app builders relative to the working directory | Carl Lerche | 2010-05-06 | 2 | -1/+12 | |
| | | | ||||||
* | | | Prevent calling regexp on symbol in Ruby 1.9 in association_proxy | Ernie Miller | 2010-05-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | | | Update hidden namespace mechanism to work better with alternate choices and ↵ | wycats | 2010-05-05 | 1 | -4/+42 | |
| | | | | | | | | | | | | to support full namespaces (not just entire groups) | |||||
* | | | adds Date#to_time refinement from previous commit to the CHANGELOG | Xavier Noria | 2010-05-05 | 1 | -0/+2 | |
| | | | ||||||
* | | | add support for mysql2 adapter to dbconsole | Brian Lopez | 2010-05-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | [#4532 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | | | let Time.time_with_datetime_fallback handle properly years in the range 0..138 | Xavier Noria | 2010-05-05 | 5 | -4/+30 | |
| | | | ||||||
* | | | Use primary key in conditions, not 'id' [#4395 state:resolved] | Mathieu Arnold | 2010-05-04 | 2 | -1/+26 | |
| | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | | | Active Model JSON serializer now supports custom root option | Jatinder Singh | 2010-05-04 | 3 | -1/+26 | |
| | | | | | | | | | | | | | | | | | | [#4515 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | | | Allow pre-casted values (other than nil) to pass through from calculations ↵ | Brian Lopez | 2010-05-04 | 1 | -5/+9 | |
| |/ |/| | | | | | | | | | | | | | un-touched [#4514 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | | 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)' -> ↵ | logylaps | 2010-05-04 | 3 | -3/+3 | |
| | | | | | | | | 'h6(#has_many-group)', and typo. missing 'if' | |||||
* | | 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 ↵ | Xavier Noria | 2010-05-03 | 1 | -1/+3 | |
| | | | | | | | | to whatever BigDecimal#to_s default format is, do the same in its test | |||||
* | | 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 | |
| | | | | | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | |||||
* | | move assert_template tests to their own test case [#4501 state:resolved] | David Chelimsky | 2010-05-03 | 1 | -41/+46 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Eliminate false positives when passing symbols to assert_template | David Chelimsky | 2010-05-03 | 2 | -5/+27 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | 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 ↵ | Lawrence Pit | 2010-05-03 | 16 | -65/+65 | |
| | | | | | | | | | | | | for I18n Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ↵ | José Valim | 2010-05-03 | 2 | -38/+17 | |
| | | | | | | | | rarely showed the full trace. Also, increase performance considerably. | |||||
* | | 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 | |
|/ | ||||||
* | 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 | |
| | |