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

Remove useless argument #315

Closed
wants to merge 23 commits into from
Closed

Remove useless argument #315

wants to merge 23 commits into from

Conversation

smartinez87
Copy link
Contributor

The +name+ argument on the #columns method is useless, no implementation of this method makes use of it.
I removed the argument since it only creates confusion.

@sarahhodne
Copy link
Contributor

SQLite3 tests still pass, I can't see why this would be a problem if they aren't really used.

miloops and others added 22 commits April 27, 2011 23:45
…oller::TestCase#process

since ActionDispatch::Http::Parameters#encode_params will force encoding on all params strings (when using an encoding aware Ruby), dup all strings passed into process.  This prevents modification of params passed in and, more importantly, doesn't barf when a frozen string is passed
thanks and high fives to kinsteronline
This is useful in situations like model unit tests and the occasional rake task to backfill old data.
@smartinez87
Copy link
Contributor Author

I'm closing this pull request since somehow got dirty.
Opened a new one here: #338

matthewd added a commit that referenced this pull request Apr 24, 2018
Wrap group_by sql with a subquery for limiting rows in Oracle.
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