Deleted user

Results 142152 comments of Deleted user

**Multi column ordering** Yeah, my fault, it does chain them together when you pass order in an action method: User.ascend_by_id.ascend_by_email.first(:order => "test") ActiveRecord::StatementInvalid: Mysql::Error: Unknown column ’test’ in ’order clause’:...

**Multi column ordering** I agree with you. My current solution to have mutliple ordering is by adding some named scopes like this: @@@ ruby named_scope :ordered_by_name, :order => ’last_name ASC,...

I agree, I tend to always use a javascript calendar date select, etc. So I have never had this issues. I don't think this would be too difficult to solve.

Thanks for doing this. I tried refactoring the code and couldn't really follow it. I can't safely pull that code in because I don't completely understand it and it was...

Also, that code would be best in a completely separate module instead of changing the class itself.

I agree, the rails multi parameters are weird and complicated, which is why I try to avoid them. I don't know that your code was hard to follow, its the...

Yeah, association support is coming, I'm working out a couple of issues. I'll throw this in the test suite.

Please ignore this one. Unlike what the documentation suggests, I figured out the hard way that: 1. Config, Configuration as class names wreak havoc 2. You can't have a key...

Thank's for help..keep up. Le mardi 31 mai 2016, chango77747 [email protected] a écrit : > The is source code release to be modified where needed. As of right now >...

It would be great if this makes into new release! Please take a look 🙏