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

fix https://github.com/rails/rails/issues/2947 (with testcase) #2986

Closed

Conversation

kennyj
Copy link
Contributor

@kennyj kennyj commented Sep 12, 2011

No description provided.

vijaydev and others added 30 commits August 16, 2011 11:10
yield(:unspecified_block) actually returns true even if :unspecified_block never
exists. This means you can't use the form yield(:unspecified_block) or yield.
…ns that it doesn't force Action Controller / Active Record to load, but it doesn't fail if they have already loaded. Thanks @josevalim for the hint.
XSS attacks.  Thanks Sascha Depold for the report.
Regexps have a construct to express alternation of characters, which
is character classes. In addition to being the most specific idiom to
write this pattern, it reads better without the backslashes. Also, it
is better not to use a capture if none is needed. As a side-effect of
these changes, the gsub is marginally faster, but speed is not the
point of this commit.
This reverts commit aa1d1e4.

Conflicts:

	activesupport/lib/active_support/core_ext/module/delegation.rb
	activesupport/test/core_ext/module_test.rb
This reverts commit aa1d1e4.

Conflicts:

	activesupport/lib/active_support/core_ext/module/delegation.rb
	activesupport/test/core_ext/module_test.rb
Debug assets by default in development and test environments
arunagw and others added 27 commits September 5, 2011 00:07
Add entry about Asset behaviour fix to ActionPack ChangeLog
Never return stored content from content_for when a block is given
Remove unused config variable from test.rb template
…ct_options!`

`ActiveSupport::OrderedHash` is actually a subclass of the hash, so it does make sense that it should be extractable from the array list.
…ered_hash

Make `ActiveSupport::OrderedHash` extractable when using `Array#extract_options!`
Fix bad options order in AR::Migration::CommandRecorder#invert_rename_index
…s they have been failing intermittently for a long while due to what appears to be a Ruby bug. If anyone has the skills/expertise/time to debug this, please speak to the Travis guys.
…_broken_yaml_exception in fixtures_test.rb on Ruby 1.8.7.
…ion#inverse_updates_counter_cache?. Fixes rails#2755, where a counter cache could be decremented twice as far as it was supposed to be.
…ough model should not be included in the association scope. (We're already excluding includes.) Fixes rails#2834.
config.action_controller.perform_caching isn't used anymore in asset pipeline
Fix double slash at start of paths when mounting an engine at the root.
@kennyj
Copy link
Contributor Author

kennyj commented Sep 12, 2011

sorry, miss operation.

@kennyj kennyj closed this Sep 12, 2011
@arunagw
Copy link
Member

arunagw commented Sep 12, 2011

@kennyj Wrong pull request! You have included 250+ commits. Please open with appropriate branch

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