Skip to content

Fix two errors with Ruby 1.9.3 and Rails 3.2#160

Closed
revskill10 wants to merge 2 commits intorubycas:masterfrom
revskill10:master
Closed

Fix two errors with Ruby 1.9.3 and Rails 3.2#160
revskill10 wants to merge 2 commits intorubycas:masterfrom
revskill10:master

Conversation

@revskill10
Copy link
Copy Markdown

No description provided.

- Change @model.set_table_name to @model.table_name
- Change #{user_model.connection_pool.instance_variable_get(:@checked_out).length to #{user_model.connection_pool.instance_variable_get(:@SiZe)
@mitfik
Copy link
Copy Markdown

mitfik commented Jan 8, 2013

Thanks for reporting that, I prepared pull request with fix #161 for those issues in a little bit different way and also in other places.

P.S.
Please next time do not include your config file ;)

@mitfik mitfik closed this Jan 8, 2013
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