[Rails] [JOB] Junior or Mid-level Rails Developer - New York City

2014-04-22 Thread Justin Wright
This is a full time Ruby on Rails Developer position located in New York City paying to 100k + benefits. Telecommuting is not allowed at this time, but perhaps in the future. US Citizens or Green Card holders only please. Our financial startup is looking for a full stack Ruby on Rails

[Rails] Could not update the google map lat and lng via javascript in rails

2014-04-22 Thread keerthi priya
Hi all, I am facing issue with the lat and lng of google map. the issue in my list.erb I have _list_map.erb(partial) in my list.erb I am using below code script function initialize() { var mapOptions = { zoom: 14, center: new google.maps.LatLng(24.7282, 46.7485) }; var map =

[Rails] Re: Unpermitted Parameters - Rails 4

2014-04-22 Thread Rita Yahint
After update my Registration Controller, restart server, I still get the same error. -- Posted via http://www.ruby-forum.com/. -- 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

[Rails] [Job] Looking for Junior Level Rails Position in Phoenix or remote.

2014-04-22 Thread Garth Gaughan
I have been learning Rails for about 8 months and have completed a dev bootcamp. I am looking for my first professional gig and I have done multiple hobby gigs. I am looking for between $45k-55k. I have experience with: - Generators for models, controllers and migrations - Manage

Re: [Rails] JRuby + Rails 4 + Mongoid version incompatibility Performance issues

2014-04-22 Thread Carlos Figueiredo
Only Mongoid 4.x supports rails 4.x I've been using mongoid ~ 4.0.0.beta with satisfatory results (on ruby... i didn't try on jruby yet) I don't recommend you get the master branch... if you wanna get directly on github sources, focus a tag And after all, if you still get problems, is good

Re: [Rails] JRuby + Rails 4 + Mongoid version incompatibility Performance issues

2014-04-22 Thread Carlos Figueiredo
And something i forgot... Mongoid only supports jruby on ruby-1.9 mode... I'm not sure if monoid-4.x already supports jruby running on ruby-2.0 compatibility mode. So, make sure you are running jruby on ruby-1.9 mode. Best regards, Carlos Figueiredo On Tue, Apr 22, 2014 at 2:09 PM, Carlos

Re: [Rails] JRuby + Rails 4 + Mongoid version incompatibility Performance issues

2014-04-22 Thread Jordon Bedwell
On Tue, Apr 22, 2014 at 12:20 PM, Carlos Figueiredo carlos.figueired...@gmail.com wrote: Mongoid only supports jruby on ruby-1.9 mode... I'm not sure if monoid-4.x already supports jruby running on ruby-2.0 compatibility mode. If it doesn't work in 2.0 mode that's a problem with jRuby, not with

Re: [Rails] JRuby + Rails 4 + Mongoid version incompatibility Performance issues

2014-04-22 Thread Carlos Figueiredo
jruby on ruby 2.0 mode works with rails 4.x without problems... i just said that mongoid does not support jruby on ruby-2.0 mode yet... they only test on jruby 1.7.9 with ruby-1.9.3 mode So... if you open tickets, make sure to open on mongoid repo and for the supported version of jruby... or at

Re: [Rails] JRuby + Rails 4 + Mongoid version incompatibility Performance issues

2014-04-22 Thread Jordon Bedwell
On Tue, Apr 22, 2014 at 12:33 PM, Carlos Figueiredo carlos.figueired...@gmail.com wrote: jruby on ruby 2.0 mode works with rails 4.x without problems... i just said that mongoid does not support jruby on ruby-2.0 mode yet... they only test on jruby 1.7.9 with ruby-1.9.3 mode So... if you

Re: [Rails] JRuby + Rails 4 + Mongoid version incompatibility Performance issues

2014-04-22 Thread Carlos Figueiredo
Looking mongoid's travis, I saw that they are testing rails 4.1 but it is not passing yet. (so the master branch you got have bugs not solved yet, maybe that are your problems) Seeing the dependencies you listed, looks like you are testing rails 4.1... For me, I would wait a bit more before try