Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache and nginx configs to serve compiled gzipped assets were added #2778

Closed
wants to merge 2,071 commits into from
Closed

Conversation

kirs
Copy link
Member

@kirs kirs commented Aug 31, 2011

No description provided.

htanata and others added 30 commits August 14, 2011 13:07
Commit ecd3708 did not take into account the use of
creation_options inside the access denied exception handler.
Methods like status and location are interfering with redirect_to [Closes #2511]
Fix a typo in 'Configuring Rails Applications' guide
…nnot for method names ending in '='). Two reasons: 1) it's faster, see https://gist.github.com/1089783 and 2) more importantly, delegate should not allow you to accidentally call private or protected methods.
…cause Module#delegate previously ignored method visibility.
…and don't use exceptions for flow control in the :allow_nil => true case.
fxn and others added 29 commits August 29, 2011 15:47
Add documentation to Sprockets::NullCompressor and
Sprockets::LazyCompressor. Also, make LazyCompressor#compressor
private, as it isn't part of the public API.
…for_oracle

Fix test column names are escaped for oracle
Rephrasing to sound more natural, and some grammar fixes.
…offset_and_order

Last two asserts in this test assume that all_comments are ordered by posts.id and then by comments.id therefore additional ordering is added. Without it test was failing on Oracle which returned results in different order.
don't need edgeapi now that we are on 3.1
Fixed some typos and made minor text changes in the Plugins guide.
…public." to support date implementations without private to_date/to_datetime on Time (home_run).

This reverts commit 080345b.

Signed-off-by: José Valim <jose.valim@gmail.com>
Backports of the assets pipeline changes done in 3-1-stable
These are the options from a brand new app, and
should help people get it right when upgrading.
@kirs kirs closed this Aug 31, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet