ruby-on-rails-plugins
Rails 3 best way to create a comment system for posts
my first entry here. I\'m trying to add a comment system to our Posts model. However, I am not sure of the best way to go about it for a number of reasons. I\'d like the comment system to be similar[详细]
2023-04-02 14:31 分类:问答Adding a background image or an image tag to Formtastic radio buttons with a collection
I have this formtastic field in a form where an user input his credit card data: <%= form.input :credit_card_type, :as => :radio, :collection => User.credit_card_types %>开发者_运维百科[详细]
2023-04-02 04:20 分类:问答Where to store config for a rails plugin
I\'m working on a plugin for rails to provide some simple diagnostic information about external 开发者_StackOverflow中文版systems for purposes of monitoring etc. primarily as an exercise to learn more[详细]
2023-04-02 02:31 分类:问答Rails 3 - validation of checkboxes
I have the form 2 checkboxes and I am trying to find some way, how to validate it - I want to know, if a user clicked on one of two checkboxes...[详细]
2023-04-01 17:42 分类:问答Rails site searching an awful lot of directories for files when starting up?
We were experiencing some intermittent slowness of various Rails sites on our server -- Apache 2, Passenger, REE 1.8.7, various Rails versions (mostly 2.3.11). Had a fellow come in and look around to[详细]
2023-03-31 10:23 分类:问答Rails Plugin to track validation errors
Even if we add the most explaning error messages and make use of some good practices to do so, users simply don´t read error messages. One of the most 开发者_StackOverflowrecurring support that we ha[详细]
2023-03-30 23:12 分类:问答Rails 3.1 Authlogic NameError
I\'m currently trying to get authlogic working with my Rails 3.1 installation.In my Gemfile I have: gem \'authlogic\'[详细]
2023-03-30 06:37 分类:问答Ruby on Rails 3 - Public live chat
I want to create a public live chat application using rails 3. I found some example on rai开发者_如何学编程ls 2. Any one can tell you a good example / tutorial to develop a live chat application usi[详细]
2023-03-29 19:44 分类:问答Working on a new project, is it wise to continue working on ruby on rails 3.0 or start working on 3.1? [closed]
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[详细]
2023-03-29 08:59 分类:问答Static web site generation
I need an easy way to generate static web pages so that I can serve them up with Apache or Nginx. Currently I am using SproutCore\'s build tool (Abbot) to generate static pages but that is a little bi[详细]
2023-03-29 05:32 分类:问答