search for: noobonrails

Displaying 5 results from an estimated 5 matches for "noobonrails".

2006 Jun 21
3
rake migrate says table already exists
Hi all, I used the generate script to make a bunch of table migrations, resulting in files like 002_bookmarks.rb, 003_tags.rb, etc. When I did the ''rake migrate'', the db was set up but more migration files appeared, now called 009_create_bookmarks.rb, 010_create_tags.rb, etc. Now when I want to change the database (add a table or column, alter the schema) I do
2005 Nov 19
0
How to use acts_as_taggable
I figured out how to use it (the basics) and I figured other noobs may be in the same boat so I threw together a little post on a blog detailing how to use it (i also put up a post on rails weenie<http://rails.techno-weenie.net/questions>). Feel free to check it out and critique here, http://noobonrails.blogspot.com/. _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2010 Oct 26
1
JRuby + Windows Service
Wassup everyone? I''m trying to deploy a application on windows server 2000, developed with JRuby. My point is, there''s someway to deploy using windows service to start the application as a service, instead using a java application server? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2006 Jul 24
9
RadRails with Eclipse
Hi all, who is using RadRails with Eclipse to create RoR applications? jsn -- Posted via http://www.ruby-forum.com/.
2006 Jun 15
5
gem install rails locally without Internet?
I''ve got a machine that cannot be connected to the Internet (think security precautions in a bank) and am thus trying to install rails using gem install rails-1.1.2.gem thinking this would work. It does not. I get errors about ActiveSupport module missing. It makes it sound like I have to get separate gems for ActiveSupport, ActiveRecord, etc., and install them all one at a