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 railties warnings #1124

Merged
merged 3 commits into from
May 18, 2011
Merged

Conversation

amatsuda
Copy link
Member

Fixed tons of warnings in railties/lib and test.

@josevalim
Copy link
Contributor

Hey @amatsuda, could you please rebase?

fixes: "warning: instance variable @inside_template not initialized"
to make sure we're not calling the :* operator
…literal

this fixes: "warning: ambiguous first argument; put parentheses or even spaces"
because: you need this to tell the parser that you're not calling :/ method (division)
details (Japanese!): http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-dev/42445?42370-43277
@amatsuda
Copy link
Member Author

OK. Done.

josevalim added a commit that referenced this pull request May 18, 2011
@josevalim josevalim merged commit f7df1f8 into rails:master May 18, 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.

2 participants