|
1 | 1 | *Rails 3.1.1 (unreleased)* |
2 | 2 |
|
| 3 | +* stylesheet_link_tag('/stylesheets/application') and similar helpers doesn't |
| 4 | +throw Sprockets::FileOutsidePaths exception anymore [Santiago Pastorino] |
| 5 | + |
| 6 | +* Ensure default_asset_host_protocol is respected, closes #2980. [José Valim] |
| 7 | + |
| 8 | + Changing rake db:schema:dump to run :environment as well as :load_config, |
| 9 | + as running :load_config alone will lead to the dumper being run without |
| 10 | + including extensions such as those included in foreigner and |
| 11 | + spatial_adapter. |
| 12 | + |
| 13 | + This reverses a change made here: |
| 14 | + https://github.com/rails/rails/commit/5df72a238e9fcb18daf6ab6e6dc9051c9106d7bb#L0L324 |
| 15 | + |
| 16 | + I'm assuming here that :load_config needs to be invoked |
| 17 | + separately from :environment, as it is elsewhere in the |
| 18 | + file for db operations, if not the alternative is to go |
| 19 | + back to "task :dump => :environment do". |
| 20 | + |
| 21 | + [Ben Woosley] |
| 22 | + |
| 23 | +* Update to rack-cache 1.1. |
| 24 | + |
| 25 | + Versions prior to 1.1 delete the If-Modified-Since and If-Not-Modified |
| 26 | + headers when config.action_controller.perform_caching is true. This has two |
| 27 | + problems: |
| 28 | + * unexpected inconsistent behaviour between development & |
| 29 | + production environments |
| 30 | + * breaks applications that use of these headers |
| 31 | + |
| 32 | + [Brendan Ribera] |
| 33 | + |
| 34 | +* Ensure that enhancements to assets:precompile task are only run once [Sam Pohlenz] |
| 35 | + |
| 36 | +* TestCase should respect the view_assigns API instead of pulling variables on |
| 37 | +its own. [José Valim] |
| 38 | + |
3 | 39 | * javascript_path and stylesheet_path now refer to /assets if asset pipelining |
4 | 40 | is on. [Santiago Pastorino] |
5 | 41 |
|
|
0 commit comments