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

Support associations #118

Open
6 tasks
kbrock opened this issue Feb 3, 2016 · 0 comments
Open
6 tasks

Support associations #118

kbrock opened this issue Feb 3, 2016 · 0 comments
Labels

Comments

@kbrock
Copy link
Collaborator

kbrock commented Feb 3, 2016

@flavorjones @zilkey

It would be nice to move on to newer standards:

Add:

  • where(:name => ["super", "secret"]).order(:name)
  • where(:other => {:name => "user"}).order(:id).first

Deprecate:

  • find_by_name_and_country
  • find(:all, :conditions => {:name => "super"})
  • drop rails 2.x
  • drop ruby 1.8.7 (and 1.9.3)?

What do you think about deprecating these older standards?
I'm up for the work.
Just want your take on whether this is a good direction.

--Keenan

@syguer syguer added the v2.0.0 label Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants