Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed translate helper so that it doesn’t mark every translation as safe ↵ | Craig Davey | 2010-04-13 | 1 | -0/+5 |
| | | | | | | HTML. Only keys with a "_html" suffix and keys named "html" are considered to be safe HTML. All other translations are left untouched. Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Update changelogs for release | David Heinemeier Hansson | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | form_for :as rubydoc and tidy up a bit the form_for doc | Santiago Pastorino | 2010-04-10 | 1 | -0/+2 |
| | |||||
* | Update versions (otherwise you install a gem from source as beta3 but ↵ | José Valim | 2010-04-10 | 1 | -0/+6 |
| | | | | internally it's beta2) and update CHANGELOG. | ||||
* | Dial back from 'namespace :controller => ...' to 'scope :module => ...' | Jeremy Kemper | 2010-04-09 | 1 | -14/+4 |
| | |||||
* | Routes can be selectively namespaced by path or controller module | Jeremy Kemper | 2010-04-09 | 1 | -1/+18 |
| | |||||
* | adds an entry for #favicon_link_tag in AP's CHANGELOG | Xavier Noria | 2010-04-09 | 1 | -0/+2 |
| | |||||
* | Fixed that default locale templates should be used if the current locale ↵ | Carl Lerche | 2010-04-08 | 1 | -0/+2 |
| | | | | template is missing [DHH] | ||||
* | Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ↵ | David Heinemeier Hansson | 2010-04-08 | 1 | -2/+0 |
| | | | | | | are too specific. This reverts commit 6891f46d10957f21f200fc4dc2b6076ff411b1da, ec8610cfdc32d0fe816fb22405e00ef1b6c90d73, and d18ff1b7efd96e7c08bc1a15137735be45f87e07. | ||||
* | adds #favicon_link_tag and #apple_touch_icon_link_tag to AP's CHANGELOG | Xavier Noria | 2010-04-07 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2010-04-05 | 1 | -3/+3 |
|\ | |||||
| * | Include author in changelog | wycats | 2010-04-05 | 1 | -3/+3 |
| | | |||||
* | | Added all the new HTML5 form types as individual form tag methods (search, ↵ | David Heinemeier Hansson | 2010-04-05 | 1 | -0/+3 |
|/ | | | | url, number, etc) (Closes #3646) [Stephen Celis] | ||||
* | * Change the object used in routing constraints to be an instance of | wycats | 2010-04-03 | 1 | -0/+15 |
| | | | | | | | | | | | ActionDispatch::Request rather than Rack::Request. * Changed ActionDispatch::Request#method to return a String, to be compatible with the Rack::Request superclass. * Changed ActionDispatch::Request#method to return the original method in the case of methodoverride and #request_method not to, to be compatible with Rack::Request | ||||
* | Release is today, yo | David Heinemeier Hansson | 2010-04-01 | 1 | -1/+2 |
| | |||||
* | Updated changelogs to differentiate beta1 and beta2 | wycats | 2010-04-01 | 1 | -1/+3 |
| | |||||
* | Updated changelogs | wycats | 2010-04-01 | 1 | -259/+287 |
| | |||||
* | Fixed that PrototypeHelper#update_page should return html_safe [DHH] | David Heinemeier Hansson | 2010-01-08 | 1 | -0/+2 |
| | |||||
* | Fixed that much of DateHelper wouldn't return html_safe? strings [DHH] | David Heinemeier Hansson | 2010-01-08 | 1 | -0/+2 |
| | |||||
* | Fixed that fragment caching should return a cache hit as html_safe (or it ↵ | David Heinemeier Hansson | 2010-01-07 | 1 | -0/+2 |
| | | | | would all just get escaped) [DHH] | ||||
* | Added that ActionController::Base now does helper :all instead of relying on ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
| | | | | the default ApplicationController in Rails to do it [DHH] | ||||
* | Added ActionDispatch::Request#authorization to access the http ↵ | David Heinemeier Hansson | 2009-12-20 | 1 | -0/+2 |
| | | | | authentication header regardless of its proxy hiding [DHH] | ||||
* | Added alert/notice from 2-3-stable and refactored redirect_to into just ↵ | David Heinemeier Hansson | 2009-12-17 | 1 | -0/+12 |
| | | | | living in Redirector [DHH] | ||||
* | Introduce grouped_collection_select helper. | codeape | 2009-08-09 | 1 | -0/+2 |
| | | | | | | [#1249 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" ↵ | Matthew Rudy Jacobs | 2009-08-05 | 1 | -0/+2 |
| | | | | | | or ".css" onto external urls [#1664 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Ruby 1.9: fix Content-Length for multibyte send_data streaming | Sava Chankov | 2009-08-01 | 1 | -0/+2 |
| | | | | | | [#2661 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ruby 1.9: ERB template encoding using a magic comment at the top of the file | Jeremy Kemper | 2009-05-28 | 1 | -0/+3 |
| | |||||
* | Missing CHANGELOG entry for 4a6f4b92ad2f | Pratik Naik | 2009-05-19 | 1 | -0/+5 |
| | |||||
* | Changelog | Bryan Helmkamp | 2009-05-16 | 1 | -0/+2 |
| | |||||
* | Don't check authenticity tokens for any AJAX requests | Ross Kaffenburger and Bryan Helmkamp | 2009-04-15 | 1 | -0/+2 |
| | |||||
* | Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved] | Doug McInnes | 2009-04-07 | 1 | -0/+5 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -4/+1 |
| | |||||
* | Add a missing CHANGELOG entry | Pratik Naik | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Fixed that redirection would just log the options, not the final url (which ↵ | David Heinemeier Hansson | 2009-03-05 | 1 | -0/+2 |
| | | | | lead to "Redirected to #<Post:0x23150b8>") [DHH] | ||||
* | Release RC2 today | David Heinemeier Hansson | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | Added ability to pass in :public => true to fresh_when, stale?, and ↵ | Gregg Pollack | 2009-02-28 | 1 | -0/+2 |
| | | | | | | expires_in to make the request proxy cachable [#2095 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | So it didnt happen yesterday, but very soon! Just need the final details ↵ | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 |
| | | | | ironed out | ||||
* | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Pass a custom form builder on to nested fields_for calls. [#2023 ↵ | Eloy Duran | 2009-02-27 | 1 | -0/+2 |
| | | | | | | status:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Added partial scoping to TranslationHelper#translate, so if you call ↵ | David Heinemeier Hansson | 2009-02-10 | 1 | -0/+2 |
| | | | | translate('.foo') from the people/index.html.erb template, you'll actually be calling I18n.translate(people.index.foo) [DHH] | ||||
* | Added tests from Andrew Whites fix [#1385 state:committed] | David Heinemeier Hansson | 2009-02-05 | 1 | -0/+2 |
| | |||||
* | Added localized rescue (404.da.html) [#1835 state:committed] | José Valim | 2009-02-02 | 1 | -0/+5 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Mark CHANGELOGs for release | David Heinemeier Hansson | 2009-02-01 | 1 | -1/+1 |
| | |||||
* | Add support for nested object forms to ActiveRecord and the helpers in ↵ | Eloy Duran | 2009-02-01 | 1 | -0/+12 |
| | | | | | | | | ActionPack Signed-Off-By: Michael Koziarski <michael@koziarski.com> [#1202 state:committed] | ||||
* | Added grouped_options_for_select helper method for wrapping option tags in ↵ | Jon Crawford | 2009-01-29 | 1 | -0/+2 |
| | | | | | | optgroups. [#977 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ↵ | Gregg Kellogg | 2009-01-29 | 1 | -0/+21 |
| | | | | | | Pratik Naik] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Improve i18n support for number_to_human_size helper: | Yaroslav Markin | 2009-01-27 | 1 | -0/+13 |
| | | | | | | | | | | | | * now using pluralization properly * storage unit translations moved to number.human.storage_units.units * introduced number.human.storage_units.format for languages that do not follow "{{number}} {{unit}}" format (Japanese) NOTE: I18n table changed, you will need to update your translations. [#1634 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Added :silence option to BenchmarkHelper#benchmark and turned log_level into ↵ | David Heinemeier Hansson | 2009-01-01 | 1 | -0/+2 |
| | | | | a hash parameter and deprecated the old use [DHH] | ||||
* | Fixed the AssetTagHelper cache to use the computed asset host as part of the ↵ | David Heinemeier Hansson | 2009-01-01 | 1 | -0/+2 |
| | | | | cache key instead of just assuming the its a string [#1299 state:committed] | ||||
* | Make ActionController#render(symbol) behave same as ↵ | Pratik Naik | 2008-12-26 | 1 | -0/+1 |
| | | | | ActionController#render(string) [#1435] |