I\'ve just started to write an application using the latest version of Rails and PostgreSQL. I created the database, added required gem, configured database.yml file and started with two models - User
I\'m working with Rails 3.1\'s asset pipeline and although it seems to work flawlessly in my development environment on my localhost, I\'m having huge issues with it on engine yard.
I have a site with a coming soon page -- it\'s managed by a boolean value in the database and a method the application controller called by a before_filter.
I have the following gemfile: source \'http://rubygems.org\' source \'http://gems.engineyard.com\' gem \'rails\',\'~> 3.1.0.rc4\'
How do I get sortable_element from the acts_as_list gem to work nice with Rails 3.1?I think it\'s because jquery is used instead of prototype so I lose that helper method?Is this right?In which case d
I have no idea where to start debugging being a newbie. I got the code from someone else and is trying to set it up. I run the server and see a part of the page and the server stopped. Please help! Th
I have two tables: Quote and Part.I am using the rails 3.1 ruby 1.9.2.My code is as follows: class Quote < ActiveRecord::Base
I recently installed the Rails3.1-Devise-Rspec-Cucumber Starter App with the Gemfile listed below.This created a Gemfile.lock file (relevant snippet below) that includes factory_girl 2.0.0rc3.Unfortun
I reproduced the issue I\'m getting in a simple rails project available at githu开发者_运维技巧b :
I am coding a web application in ruby on rails. I have a set of text boxes in each one there is a character and i want to glue all these text boxes in order to make one word.