[Rails] Hiring ROR Professional who has 5-7 years experience. Contact immediately at 9686150075

2015-01-02 Thread Vishnu Vardha Ramesh
Hi, Hiring ROR Professional who has 5-7 years experience. Contact immediately at 9686150075. Regards, Vishnu -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email

[Rails] I cannot cannot connec the mysql2 gem

2013-08-12 Thread Harish Vishnu
rails s /usr/local/share/gems/gems/mysql2-0.3.13/lib/mysql2.rb:8:in `require': cannot load such file -- mysql2/mysql2 (LoadError) from /usr/local/share/gems/gems/mysql2-0.3.13/lib/mysql2.rb:8:in `top (required)' from /usr/local/share/gems/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in

[Rails] Fwd:

2013-01-19 Thread Vishnu Gottimukkala
http://www.laviadeisogni.it/uasknw.php -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to

Re: [Rails] Any meetup in india ?

2012-08-28 Thread Vishnu Gottimukkala
@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Vishnu Gottimukkala -- You received this message because you are subscribed to the Google Groups Ruby on Rails

[Rails] Re: Couldn't find SalesOrder without an ID

2009-11-02 Thread Vishnu First
Sijo k g wrote: Hi Vishnu In the normal case the procedure is like create_table :sales_orders, :id = false do |t| t.integer :ordernumber, :primary = true end Now in the class SalesOrder you can define like set_primary_key ordernumber And also you have to write

[Rails] Re: Couldn't find SalesOrder without an ID

2009-11-01 Thread Vishnu First
Sebastian von Conrad wrote: Vishnu, What's wrong with using ID as the primary key instead of ordernumber? I would strongly advise doing so; you will most likely save yourself (and others) current and future headaches by adopting this practice. Best regards, Sebastian On Oct 31, 4:15

[Rails] Couldn't find SalesOrder without an ID

2009-10-31 Thread Vishnu First
hi, I am doing unit testing. I have a table as SalesOrder, where ordernumber is the primary key of the table. When I insert records in the table from unit testing, I got error like, ActiveRecord::RecordNotFound: Couldn't find SalesOrder without an ID But, I have fixed the error by adding

[Rails] Does Cruisecontrol works with the project ruby version 1.8.7

2009-10-21 Thread Vishnu First
Hi, I have project in Ruby as version 1.8.7. I am trying to use Crusiecontrol.rb to build the project. But, when I saw in the Cruisecontrol.rb documentation, in the prerequisite section, I found that, the Cruisecontrol is build in Ruby 1.8.6. It does not work on Ruby 1.8.7 or 1.8.9. As I told, I

[Rails] cannot open ActiveRecord::Migration: No such file

2008-12-29 Thread vishnu
Hi i encounter a problem while running the migration script. ( ie db/migrate/20081229062613_create_posts.rb) . when the command is executed i encounter the following error. cannot open ActiveRecord::Migration: No such file followed by a lot of errors indicating the missing of certain