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
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 %>开发者_运维百科
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
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...
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
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
I\'m currently trying to get authlogic working with my Rails 3.1 installation.In my Gemfile I have: gem \'authlogic\'
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
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
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