Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ruby On Rails

Sqlite3 Activerecord :order => "time Desc" Doesn't Sort

rails 2.3.4, sqlite3 I'm trying this Production.find(:all, :conditions => ['time > ?… Read more Sqlite3 Activerecord :order => "time Desc" Doesn't Sort

Rails. Select Records With Max()

I have a table like this, and I want to return the top two person (by name) with the highest salary… Read more Rails. Select Records With Max()

Heroku Installing Sqlite3 Even Though It Is Not A Dependecy

I am trying to deploy my app to Heroku, but it keeps getting rejected with the following output. wa… Read more Heroku Installing Sqlite3 Even Though It Is Not A Dependecy