[Rails] Re: Installing RMagick on UBUNTU 9.04

2009-10-01 Thread Kyle F
When i did this i did it from apt and not source and it worked cleanly, all i had to do was install the libmagick packages. If you are able to, then just go with the packages. If you are stuck with source then sorry my reply isnt any help. On Oct 1, 1:38 pm, techtimer frmont...@hotmail.com

[Rails] Re: How to stop a user submitting the same data more than once.

2009-08-27 Thread Kyle F
If you dont want duplicate data then just add the following to the model. Thats where validation should be. validates_uniqueness_of :email_address On Aug 27, 8:43 am, Matt W. m...@squid37.com wrote: I have a similar problem that I'm working on, but I was going to take a slightly different

[Rails] Re: How to Generate Tags from Description (input)?

2009-08-27 Thread Kyle F
Looks like acts_as_taggable_on is what you need. The example included on that page should make it pretty easy to do. http://github.com/mbleigh/acts-as-taggable-on/tree/master On Aug 27, 8:21 am, Rails List rails-mailing-l...@andreas-s.net wrote: My users provide some description ( TEXT