| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Deprecate the use of AcitiveRecord::Fixtures::instantiate_fixtures(object, fixture_set_name, fixture_set, load_instances = true), use instead instantiate_fixtures(object, fixture_set, load_instances = true).
To be changed in master branch.
|
|\ \ \
| |_|/
|/| | |
Make sure that javascript_include_tag/stylesheet_link_tag methods don't consider duplicated assets
|
| | |
| | |
| | |
| | | |
sprockets/helpers/rails_helper.rb discard duplicated assets
|
|\ \ \
| | | |
| | | | |
Fix build - 3.2
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Updated activesupport CHANGELOG [for 3-2-stable]
|
| | | | |
| | | | |
| | | | |
| | | | | |
#beginning_of_hour and #end_of_hour to Time and DateTime core extensions.
|
|/ / / / |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
carlosantoniodasilva/remove-columns-deprecation-ruby187
Stop showing deprecations for Ruby 1.8.7 with remove_column
|
|/ / /
| | |
| | |
| | |
| | | |
String is Enumerable in 1.8.7, which means that passing a String to
remove_column was generating deprecation warnings during tests.
|
|\ \ \
| |/ /
|/| | |
Fix docs to support 1.8 syntax
|
|/ / |
|
|\ \
| | |
| | | |
Removing attribute_accessor docs duplication
|
|/ / |
|
|\ \
| | |
| | | |
Adding docs to attribute accessor methods.
|
| |/ |
|
|\ \
| | |
| | | |
locking ruby-prof for now.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Address ActionPack head method not respecting explicitly set content-type #3436
|
| | |
| | |
| | |
| | | |
fallback
|
|/ /
| |
| |
| | |
when using the :head method/shortcut
|
|\ \
| | |
| | | |
Backport beginning and end of hour support for Time and DateTime to 3-2-stable
|
| |/ |
|
| |
| |
| |
| | |
closes #4894
|
|\ \
| | |
| | | |
Fix #4979 against 3-2-stable
|
| | | |
|
|\ \ \
| | | |
| | | | |
specify a role for identifying accessible attributes when wrapping params
|
| | |/
| |/|
| | |
| | | |
The role option identifies which parameters are accessible and should be wrapped. The default role is :default.
|
|\ \ \
| |/ /
|/| | |
improvements in "caching_with_rails" guide
|
|/ /
| |
| |
| |
| |
| | |
Conflicts:
railties/guides/source/caching_with_rails.textile
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A callable object passed as a constraint for a route may access the request
parameters as part of its check. This causes the combined parameters hash
to be cached in the environment hash. If the constraint fails then any subsequent
access of the request parameters will be against that stale hash.
To fix this we delete the cache after every call to `matches?`. This may have a
negative performance impact if the contraint wraps a large number of routes as the
parameters hash is built by merging GET, POST and path parameters.
Fixes #2510.
(cherry picked from commit 56030506563352944fed12a6bb4793bb2462094b)
|
|\ \
| | |
| | | |
Fix that asset precompile didn't respect the index.js convention. Fixes #3993.
|
| | | |
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Further, Samoa and Tokelau jumped across the IDL from Dec 29 to Dec 31, 2011
switching from UTC-11 to UTC+13. American Samoa did not make the change and
remains at UTC-11. Pacific/Fakaofo and Pacific/Apia are in TZInfo and
documentation about the dateline change is in austalasia at IANA.
(cherry picked from commit 1d08ce5f56e45fdee41bb16b2d8d4464bc69bf22)
|
| | |
|
| |
| |
| |
| | |
dangerous especially with Rack::Cache), it should only be loaded when the flash method is called
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
IE since version 6 and recently Chrome and Firefox have started following
302 redirects from XHR requests other than GET/POST using the original request
method. This can lead to DELETE requests being redirected amongst other things.
Although it doesn't directly affect the Rails framework since it doesn't return
a 302 redirect to any non-GET/POST request a note has been added to raise
awareness of the issue. Some references:
Original article from @technoweenie:
http://techno-weenie.net/2011/8/19/ie9-deletes-stuff/
Hacker News discussion of the article:
http://news.ycombinator.com/item?id=2903493
WebKit bug report:
https://bugs.webkit.org/show_bug.cgi?id=46183
Firefox bug report and changeset:
https://bugzilla.mozilla.org/show_bug.cgi?id=598304
https://hg.mozilla.org/mozilla-central/rev/9525d7e2d20d
Chrome bug report:
http://code.google.com/p/chromium/issues/detail?id=56373
HTTPbis bug report and changeset:
http://trac.tools.ietf.org/wg/httpbis/trac/ticket/160
http://trac.tools.ietf.org/wg/httpbis/trac/changeset/1428
Roy T. Fielding's history of the issue:
http://ftp.ics.uci.edu/pub/ietf/http/hypermail/1997q3/0611.html
Automated browser tests for the issue:
http://www.mnot.net/javascript/xmlhttprequest/
Fixes #4144
(cherry picked from commit 24f143789a8989f3bccde14ff28067de25cafd87)
|
|\ \
| | |
| | | |
Deprecate link_to_function and button_to_function
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Closes #5886
Closes #3093
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix the build
|
| | | |
|