I am using acts_as_taggable_on on my rails 3.1 app. This is my model class User < ActiveRecord::Base
I want to write a rails gem that can scaffold a working prototype of the basic functionality of the gem and I was wondering if anyone can explain the process. I know this is a broad topic but I\'m hop
I am trying to migrate an application from Rails 3 to 3.1 and having problems with jQuery. The error is bellow. If I remove \'javascript_include_tag \"application\"\' all works fine (with no javascrip
I have a bit of code here where users can login via their twitter account. the problem here is, how can i skip email confirmation for user the sign up from external services like twitter. i am using d
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
Note: I am running Rails 3.1.0 In Lesson #8: Sign up In the tutorial at time index ~25:53 - I am following the instructions to render the new page when the create action is called.
I\'m trying to test a Rails 3.1 engine with RSpec 2.After a lot of trial and error (and documentation and Stack Overflow searching) the app is working and I\'ve gotten most of the specs to pass.The pr
I have a new, mountable rails 3.1 engine and I need the client app, that being the rails app that will include this engine, to define a generic permission based method.
I have been struggling terribly for the better part of the day with the following problem: I have a rails 3.1 app - running fine
I\'ve upgraded an app to Rails 3.1, and everything is setup and working correctly except that an image_tag isn\'t finding the image.I\'ve moved all my images from public/images to app/assets/images.Th