I developed a plugin in rails 3, which servers a a document repository for models. In any model you can attach any number of documents with specific names. Like.
I\'m trying to install WebOrb for Rails. In a new test Rails 3 project, I do:开发者_高级运维 rails plugin install http://themidnightcoders.net:8089/svn/weborb
I\'ve been following the 2nd solutions on this post: Many-to-many relationship with the same model in rails?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'ve used Delayed_job in the past. I have an old project that runs on a server where I can\'t upgrade from Ruby 1.8.6 to 1.8.7, and therefore can\'t use Delayed Job, so I\'m trying BackgroundJobs htt
I\'m new to rails and I recently discovered rails_admin. I added CKEditor using the command from r开发者_高级运维ails_admin documentation, but I don\'t know how to enable it on a field.Just had to fi
NOTE: ORIGINAL PROBLEM WAS FIXED, but there\'s still some issues using the plugin on rails 3.0.3 with ruby 1.8.7, the maintainers have been notified of this. Thanks for everyone\'s help.
I have a question: does the acts-as-taggable-on gem work on Heroku? I\'been trying but it doesn\'t seem to work. In my development machine works okay. I\'m wondering if it\'s maybe because Heroku use
I started a rails application from scratch, using Rails 2.3.5, and installed oauth-plugin. The installation was done by running script/plugin install git://github.com/pelle/oauth-plugin.git.
In the following scenario, I need to check the value of the object property in the fields_for loop. <%= f.semantic_fields_for :review_details do |rd| %>