Re: [Rails] How to update my satisfaction and no.of reviews coloumn in my table 1 coloumn

2014-01-15 Thread Colin Law
On 15 January 2014 01:57, raju seshu...@gmail.com wrote: I am totally newbie in the rails First work right through a good tutorial such as railstutorial.org (which is free to use online). That will show you the basics of rails. Also look at the Rails Guides. Colin -- You received this

Re: [Rails] Add List to List

2014-01-15 Thread Colin Law
On 15 January 2014 05:12, meva soa ndisar...@gmail.com wrote: Hi Buddy :) Please, someone can explain me how can I add a list of objects to the another list. Start by looking at the Rails Guide on ActiveRecord Relations. Then work out how you want to arrange the database tables, then come

[Rails] Re: need help deploying rails engine

2014-01-15 Thread jsnark
Problem solved. The namespaced paths generated by engine.path need to be modified by prefixing them with the applications base path. I use the apache RewriteRule for this: RewriteRule ^/engine/?(.*) /app/engine/$1 [R] -- You received this message because you are subscribed to the Google

[Rails] Re: How to know which gem version to install (Rails 3.2)

2014-01-15 Thread Frederick Cheung
On Wednesday, January 15, 2014 6:08:07 AM UTC, Ruby-Forum.com User wrote: I'm using Rails 3.2 and when I'm on github I'm not sure where I can find the correct version to install for rails 3.2. The correct version of what? Fred I'm sure it's simple but I can't figure it out. For

[Rails] Re: Best IDEs for Ruby on Rails

2014-01-15 Thread arca0
Sublime Text is quite impressive, but I could not switch to it after having used emacs for a while. I'm aware emacs is rather difficult to grasp, at least at the beginning, but it's so customizable and great for productivity I sincerely doubt I'll ever use anything else for any programming

Re: [Rails] Yelp Clone on Rails

2014-01-15 Thread New Life
James, Thank you very much for your response. Rails sounds like the way to go. On Wednesday, December 18, 2013 3:30:49 AM UTC-8, James Turley wrote: Hi, What you're looking to build here is a fairly complicated web app with, presumably, a lot of custom taxonomy (sorting things by area

[Rails] JOB

2014-01-15 Thread mary yang
Hi, I am looking for a ruby on rails developer in the NY/ NJ area. I have a company website that needs to be created. anyone have any leads? Thank You! -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop

[Rails] [JOBS] HOT Contract! Ruby on Rails Developer (sales analytics) in New York City

2014-01-15 Thread Linda Yeh
*Hi, Group!* *Are any of you available for/ interested in this super hot contract assignment in New York City for our large Entertainment client?* *This is a contract assignment for approximately 12 months, NO Corp to Corp candidates, W2 ONLY!* *The 1691 Ruby on Rails Developer (Sales

[Rails] Unpermitted Parameters 500 error

2014-01-15 Thread Taylor Griffin
I have some models with lots of deeply nested attributes. Before when I saved these models using update_attributes, I had no problems, but I recently updated to Rails 4 and started using strong parameters. Now I'm getting a `found unpermitted parameters` error. `attr_accessible` simply