| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-08-13 | 3 | -4/+3 |
|\ |
|
| * | More perf work: | Yehuda Katz | 2009-08-11 | 1 | -1/+0 |
| * | Tentatively accept the ":as or :object, but not both" solution | Yehuda Katz | 2009-08-11 | 1 | -1/+1 |
| * | Add some more caching to the lookup | Yehuda Katz | 2009-08-11 | 1 | -2/+2 |
* | | Ensure collections are not treated as nested resources. | José Valim | 2009-08-13 | 2 | -11/+28 |
|/ |
|
* | Introduce grouped_collection_select helper. | codeape | 2009-08-09 | 1 | -0/+34 |
* | Deprecate router generation "best match" sorting | Joshua Peek | 2009-08-09 | 3 | -7/+9 |
* | Make sure link_to generates the form with the specified :href if any [#2254 s... | Max Lapshin | 2009-08-10 | 1 | -0/+8 |
* | Fixed to_label_tag to accept id attribute without changing for attribute [#26... | Matt Duncan | 2009-08-09 | 1 | -0/+16 |
* | Added both the documentation and a test case for the collection path name cus... | Hugo Peixoto | 2009-08-09 | 1 | -0/+44 |
* | Fix that RedCloth shouldn't be required to run tests | Jeremy Kemper | 2009-08-09 | 1 | -12/+18 |
* | Allow to configure trusted proxies via ActionController::Base.trusted_proxies... | Felipe Talavera | 2009-08-09 | 1 | -0/+28 |
* | Support passing Redcloth options via textilize helper [#2973 state:resolved] | rizwanreza | 2009-08-09 | 1 | -0/+17 |
* | Make http digest work with different server/browser combinations | José Valim | 2009-08-09 | 1 | -6/+29 |
* | Use response_body rather than performed? | Yehuda Katz | 2009-08-09 | 1 | -1/+1 |
* | Rendering a template from ActionView will default to looking for partials onl... | Yehuda Katz | 2009-08-09 | 1 | -0/+1 |
* | Clean up partial object some more; replace passing around a block to a single... | Yehuda Katz | 2009-08-09 | 1 | -1/+0 |
* | Merge branch 'patches' | Michael Koziarski | 2009-08-09 | 1 | -0/+29 |
|\ |
|
| * | Don't call additional methods on builders passed to the atom_feed helper. | Michael Koziarski | 2009-08-09 | 1 | -0/+29 |
* | | Add :redirect to the testable RJS statements [#2612 state:resolved] | Jon Wood | 2009-08-09 | 1 | -0/+7 |
* | | Fix HTTP basic authentication for long credentials [#2572 state:resolved] | Jan Schwenzien | 2009-08-09 | 1 | -0/+25 |
|/ |
|
* | Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza... | rizwanreza | 2009-08-08 | 1 | -0/+13 |
* | Add test ensuring redirect_to uses the given protocol [#2886] | Dan Croak | 2009-08-08 | 1 | -0/+10 |
* | Allow radio buttons to work with booleans. | José Valim | 2009-08-08 | 1 | -0/+10 |
* | Add :include_blank option for select_tag [#1987 status:resolved] | rizwanreza | 2009-08-08 | 1 | -0/+12 |
* | Polymorphic routes generates collection URL from model class [#1089 state:res... | Niklas Holmgren | 2009-08-08 | 1 | -0/+31 |
* | Merge commit 'jose/responder' | Yehuda Katz | 2009-08-08 | 1 | -5/+5 |
|\ |
|
| * | Renamed ActionController::Renderer to ActionController::Responder and ActionC... | José Valim | 2009-08-08 | 1 | -5/+5 |
* | | Fixes "Cached fragment hit" written to log even if fragment is not cached (Er... | Yehuda Katz | 2009-08-08 | 1 | -0/+15 |
|/ |
|
* | Fix number_to_precision rounding error [#2071 state:resolved] | wmoxam | 2009-08-08 | 1 | -0/+1 |
* | Ruby 1.9 compat: fix route recognition encoding test | Jeremy Kemper | 2009-08-07 | 1 | -1/+1 |
* | Rename find_by_parts and find_by_parts? to find and exists? | Yehuda Katz | 2009-08-07 | 2 | -3/+3 |
* | Renamed presenter to renderer, added some documentation and defined its API. | José Valim | 2009-08-07 | 4 | -10/+24 |
* | Encapsulate respond_with behavior in a presenter. | José Valim | 2009-08-07 | 1 | -22/+18 |
* | Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro... | José Valim | 2009-08-07 | 5 | -76/+78 |
* | Add nagivational behavior to respond_with. | José Valim | 2009-08-07 | 6 | -17/+91 |
* | Merge branch 'master' of git://github.com/rails/rails into old | José Valim | 2009-08-07 | 10 | -78/+32 |
|\ |
|
| * | Replace _render_template_with_layout with _render_template since the layout i... | Yehuda Katz | 2009-08-07 | 2 | -2/+4 |
| * | Clean up render @object a bit more. | Yehuda Katz | 2009-08-07 | 1 | -57/+0 |
| * | Move AbstractController to a top-level component | Yehuda Katz | 2009-08-06 | 2 | -2/+1 |
| * | Replace _action_view with view_context to reflect that it is public and that ... | Yehuda Katz | 2009-08-06 | 1 | -1/+1 |
| * | Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or... | Matthew Rudy Jacobs | 2009-08-05 | 1 | -2/+6 |
| * | Remove legacy processing and content_length | Yehuda Katz | 2009-08-02 | 3 | -9/+2 |
| * | Update cache_control to be a Hash of options that is used to build the header. | Yehuda Katz | 2009-08-02 | 3 | -4/+4 |
| * | Ruby 1.9: fix encoding for test_file_stream | Jeremy Kemper | 2009-08-01 | 1 | -1/+2 |
| * | Ruby 1.9: fix Content-Length for multibyte send_data streaming | Sava Chankov | 2009-08-01 | 1 | -0/+12 |
* | | Added tests for nested resources. | José Valim | 2009-07-31 | 1 | -12/+48 |
* | | Allow respond_with to deal with http verb accordingly. | José Valim | 2009-07-31 | 1 | -3/+62 |
|/ |
|
* | Fix tag helpers so that all HTML element boolean attributes render according ... | Marc Love | 2009-07-30 | 1 | -4/+4 |
* | Remove last TODO. | José Valim | 2009-07-29 | 1 | -1/+1 |