I\'m writing a modular project in Rails3, and I\'ve this issue. I\'ve my main project, and I want to implement part of it with differentes customizations, so I\'m using Engine, so I\'ve:
I use rails for version 2.3.5, when i update or save a record, the created_at and updated_at fields can be filled in automatically in the format like \'2011-05-17 23:54:53\', however i want to store t
I\'ve recently tried to use the Vote_fu plugin to do some simple voting on my rails site.I was following this guide https://github.com/vshvedov/vote_fu_rails_3
When a user makes a post on a profile, the profile owner\'s user ID is saved as an integer in :poster (in the Post model). How do I find and render that user/user\'s information?
I am trying to implement a feature in my app where a user posts a message along with an image. This is something similar to what is there in www.diasp.org .
I am trying to attach files in my RoR app. I am using Rails 2.0.2 and Ruby 1.8.7 for project specific purposes. I am using Ubuntu 10.04 OS.
I\'ve written a very simple plugin (following the Rails guide) that adds a has_sex method to ActiveRecord::Base, which, when called, adds a few instance methods (for getting appropriate pronouns and s
Brand new at Rails. I had a simple Rails 3 app on OS X 10.6 going, using the default sqlite3 database.
I am trying to use the paperclip plugin in my rails app to upload images for posts. I am using Rails 2.0.2 and ruby 1.8.7 on Ubuntu 10.04 os for project specific purposes.
I have an old pre-Rails 3 plugin whose tests will no longer run under Rails 3. The test looks something like this: