| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed ActionView::TemplateHandler#render API method signature to render(tem... | Joshua Peek | 2008-07-11 | 1 | -0/+2 |
* | Reenable the use of the Accept header to give people a chance to update their... | Michael Koziarski | 2008-07-09 | 1 | -4/+5 |
* | Changed PrototypeHelper#submit_to_remote to PrototypeHelper#button_to_remote ... | David Heinemeier Hansson | 2008-07-09 | 1 | -0/+2 |
* | Add :recursive option to javascript_include_tag and stylesheet_link_tag to be... | Damian Janowski | 2008-07-08 | 1 | -0/+2 |
* | Disable the Accept header by default | Michael Koziarski | 2008-07-07 | 1 | -0/+10 |
* | Do not stat template files in production mode before rendering. You will no l... | Joshua Peek | 2008-07-05 | 1 | -0/+2 |
* | Deprecated TemplateHandler line offset | Joshua Peek | 2008-07-05 | 1 | -0/+2 |
* | Simplify the implementation of assert_redirected_to to normalise the urls bef... | Michael Koziarski | 2008-07-04 | 1 | -0/+5 |
* | Remove old broken follow_redirect from functional tests. Still works in inte... | Michael Koziarski | 2008-07-04 | 1 | -0/+5 |
* | Allow caches_action to accept cache store options. [#416 state:resolved] | josevalim | 2008-07-04 | 1 | -0/+4 |
* | Remove old method of including javascripts define_javascript_functions. | Michael Koziarski | 2008-07-03 | 1 | -0/+2 |
* | Deprecate :use_full_path render option. The supplying the option no longer ha... | Joshua Peek | 2008-07-02 | 1 | -0/+2 |
* | Add :as option to render a collection of partials with a custom local variabl... | Pratik Naik | 2008-07-02 | 1 | -0/+6 |
* | Fix indentation and update changelogs for previous commit | gbuesing | 2008-06-29 | 1 | -0/+2 |
* | Made ActionView::Base#render_file private | Joshua Peek | 2008-06-25 | 1 | -0/+2 |
* | Fixed polymorphic_url to be able to handle singleton resources. | Tammer Saleh | 2008-06-22 | 1 | -0/+2 |
* | Replaced TemplateFinder abstraction with ViewLoadPaths | Joshua Peek | 2008-06-17 | 1 | -0/+2 |
* | Added block-call style to link_to [Sam Stephenson/DHH] | David Heinemeier Hansson | 2008-06-17 | 1 | -0/+6 |
* | Last commit message was meant for changelog. | Jeremy Kemper | 2008-06-14 | 1 | -0/+2 |
* | Improve ActionCaching's format-handling | Jonathan del Strother | 2008-06-11 | 1 | -0/+2 |
* | Make sure cache_template_loading works and don't use to_prepare callback | Pratik Naik | 2008-06-11 | 1 | -2/+0 |
* | Ensure ActionView::TemplateFinder view cache is rebuilt on initialize. | Joshua Peek | 2008-06-08 | 1 | -0/+2 |
* | Drop ActionController::Base.allow_concurrency flag | Joshua Peek | 2008-06-08 | 1 | -0/+2 |
* | Changelog: More efficient concat and capture helpers. Remove ActionView::Base... | Jeremy Kemper | 2008-06-07 | 1 | -0/+2 |
* | Add RJS#page.reload. [#277 state:resolved] | Sean Huber | 2008-06-04 | 1 | -0/+2 |
* | Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and HTTP_X_F... | David Heinemeier Hansson | 2008-06-03 | 1 | -0/+4 |
* | Allow caches_action to accept a layout option [#198 state:resolved] | josevalim | 2008-06-03 | 1 | -0/+2 |
* | Added Rack processor | Ezra Zygmuntowicz | 2008-06-01 | 1 | -0/+3 |
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -2/+2 |
* | InstanceTag#default_time_from_options overflows to DateTime | gbuesing | 2008-05-18 | 1 | -0/+2 |
* | Merge branch 'master' of git@github.com:rails/rails | rick | 2008-05-13 | 1 | -1/+5 |
|\ |
|
| * | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
| * | Fixed that forgery protection can be used without session tracking (Peter Jon... | David Heinemeier Hansson | 2008-05-11 | 1 | -0/+2 |
| * | Added session(:on) to turn session management back on in a controller subclas... | David Heinemeier Hansson | 2008-05-11 | 1 | -0/+2 |
* | | fix merge conflict with actionpack changelog | rick | 2008-05-10 | 1 | -0/+3 |
|\| |
|
| * | ActionView::InstanceTag#default_time_from_options with hash args uses Time.cu... | gbuesing | 2008-05-08 | 1 | -0/+2 |
| * | Adding Date.current, which returns Time.zone.today if config.time_zone is set... | gbuesing | 2008-05-08 | 1 | -0/+2 |
* | | Change the request forgery protection to go by Content-Type instead of reques... | rick | 2008-05-06 | 1 | -0/+2 |
|/ |
|
* | Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ... | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+2 |
* | Added ActionController::TestCase#rescue_action_in_public! to control whether ... | David Heinemeier Hansson | 2008-04-27 | 1 | -0/+2 |
* | Delegate ivars to controller instead of copying | Pratik Naik | 2008-04-21 | 1 | -0/+2 |
* | select_datetime and select_time default to Time.zone.now when config.time_zon... | gbuesing | 2008-04-21 | 1 | -0/+2 |
* | datetime_select defaults to Time.zone.now when config.time_zone is set | gbuesing | 2008-04-21 | 1 | -0/+2 |
* | Remove ActionController::Base#view_controller_internals | Pratik Naik | 2008-04-21 | 1 | -0/+2 |
* | Add conditional options to caches_page method [#25 state:resolved] | Paul Horsfall | 2008-04-19 | 1 | -0/+2 |
* | Move missing template logic to ActionView | Pratik Naik | 2008-04-19 | 1 | -0/+2 |
* | Introduce ActionView::InlineTemplate class | Pratik Naik | 2008-04-19 | 1 | -0/+2 |
* | Automatically parse posted JSON content for Mime::JSON requests. [rick] | Rick Olson | 2008-04-08 | 1 | -0/+10 |
* | add json_escape ERB util to escape html entities in json strings that are out... | Rick Olson | 2008-04-08 | 1 | -0/+2 |
* | Provide a helper proxy to access helper methods from outside views. Closes #1... | Josh Peek | 2008-04-06 | 1 | -0/+3 |