Seems like it should be able to look at a simple tutorial or find an aswer with a quick google, but I can\'t...
I need to convert an app from sqlite to Postgresql in order to use search with thinkingsphinx. I have run the following steps what am I missing?
I am using Formtastic and also using the accepts_nested_attributes_for ..here are models class Tournament < ActiveRecord::Base
I am learning Rails by reading the online guide(for Rails v2.3). The guide is great, however, there is a confusion for me, that\'s:
I\'m attempting to mimic, as close as possible, the Heroku deployment environment but in actual development mode for a Rails app.In other words, I\'d like more verbose output from t开发者_开发百科he t
I\'m using calendar_helper with success using this code: <%= calendar({:year => Date.today.year, :month => Date.today.month}) do |d|
I\'m spiking on a rails app to make calls using twilio.I\'m using the twilio gem but when twilio hits my app to get the xml it blows up as there is nothing in the body of the response.It calls my phon
I am trying by this example: link initialize the seckond map by clicking ajax button but map is not initialized. I working on latest version gmaps4rails. My source:
I am using that problem that nothing gets saved on my server that uses PostgreSQL. I have this action here, that updates a boolean it works on my local machine that uses mySQL:
I\'m trying to use a file that is supposed to be reloaded in development all the time and loaded in production once.