[Rails] error at new rails app creation

2014-01-29 Thread Selvag Ruby
In cmd prompt, I just tried to new rails app using, ~/documentsrails new app_name It throws an error as, Gem::InstallError: The 'json' native gem requires installed build tools. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google

Re: [Rails] Re: Advice for RoR begginer, first book

2014-01-29 Thread Jeffrey Katz
If you feel like you need more ruby practice, this is an excellent starting point, and concepts should be understood before digging full speed into rails. http://ruby.bastardsbook.com/resources/ On Mon, Jan 27, 2014 at 3:26 PM, Dave Aronson googlegroups2d...@davearonson.com wrote: On Mon,

[Rails] Re: My rails app does not work

2014-01-29 Thread Frederick Cheung
On Monday, January 27, 2014 8:16:06 PM UTC, Marcus Vinicius wrote: [ pid=11873 thr=69923239138300 file=utils.rb:176 time=2014-01-27 20:00:04.706 ]: *** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner (cannot load such file -- bundler) (process 11873, thread

Re: [Rails] error at new rails app creation

2014-01-29 Thread Colin Law
On 29 January 2014 09:44, Selvag Ruby li...@ruby-forum.com wrote: In cmd prompt, I just tried to new rails app using, ~/documentsrails new app_name It throws an error as, Gem::InstallError: The 'json' native gem requires installed build tools. You have some build tools missing. Without

[Rails] Re: error at new rails app creation

2014-01-29 Thread Selvag Ruby
I've Windows7, Ruby 1.9.3 and Rails 3.2.6 -- 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 it, send an email to

Re: [Rails] Re: error at new rails app creation

2014-01-29 Thread Colin Law
On 29 January 2014 10:57, Selvag Ruby li...@ruby-forum.com wrote: Please quote the previous message and insert your reply inline at appropriate points in previous message so it is easier to follow the thread. This is a mailing list not a forum (though you may be accessing it via a forum-like

[Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread Avi
Hello All, I have integrated Newrelic with my rails application. It is working fine in rails s -e production mode, but not in rails s -e production -d mode. How can I fix the problem? Thanks, Avi -- You received this message because you are subscribed to the Google Groups Ruby on Rails:

Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread Hassan Schroeder
On Wed, Jan 29, 2014 at 6:30 AM, Avi aavinash.beh...@gmail.com wrote: I have integrated Newrelic with my rails application. It is working fine in rails s -e production mode, but not in rails s -e production -d mode. How can I fix the problem? Have you checked NewRelic support? What server

Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread Avi
Hello, I am using Thin server in production. Ruby - 1.9.3 Rails - 3.2.8 If I run in only production mode, then it starts logging. it is not working in rails s -e production -d mode. Nothing on startup. On Wednesday, January 29, 2014 8:18:29 PM UTC+5:30, Hassan Schroeder wrote: On Wed, Jan

Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread tamouse pontiki
Is the log/production.log not showing anything? On Wed, Jan 29, 2014 at 8:55 AM, Avi aavinash.beh...@gmail.com wrote: Hello, I am using Thin server in production. Ruby - 1.9.3 Rails - 3.2.8 If I run in only production mode, then it starts logging. it is not working in rails s -e

Re: [Rails] Advice for RoR begginer, first book

2014-01-29 Thread tamouse pontiki
On Mon, Jan 27, 2014 at 8:10 AM, Damián M. González li...@ruby-forum.comwrote: Hi guys, I'm looking for some help, some advice about which book should get to start to learn Rails. This is not an ordinary case, since I've mastered Ruby, the language itself. Been working with it for 2 years,

Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread Hassan Schroeder
On Wed, Jan 29, 2014 at 6:55 AM, Avi aavinash.beh...@gmail.com wrote: I am using Thin server in production. Ruby - 1.9.3 Rails - 3.2.8 There's a known similar problem with Puma that I ran into -- see this support entry: https://docs.newrelic.com/docs/ruby/puma#daemonizing WAG: I don't use

[Rails] Re: Which Company is Best on Ruby on Rails Development in India?

2014-01-29 Thread Pravin Mishra
There is list of 48 companies based on city. https://docs.google.com/a/shephertz.co.in/spreadsheet/ccc?key=0Ais6ZWJXdE35dEJpeDgzbDBnX3NMZFlxZ2tzOWlfZ2c#gid=0 On Wednesday, 22 January 2014 15:21:08 UTC+5:30, Ruby-Forum.com User wrote: Hi all, I looking for best company on Ruby on Rails

[Rails] Accessing results of retrieve where

2014-01-29 Thread Dave Castellano
Hi, I am searching for a record using where: @profile = Profile.where(:user_id = current_user.id) This returns: = [#Profile id: 6, user_id: 19, last_subject_id: 6, last_book_id: 2, last_chapter_id: 1, last_section_id: 1, last_subsection_id: 1, last_minisection_id: 20, about: nil, image: nil,

[Rails] Accessing results of retrieve where

2014-01-29 Thread Dave Castellano
Hi, I am searching for a record using where: @profile = Profile.where(:user_id = current_user.id) This returns: = [#Profile id: 6, user_id: 19, last_subject_id: 6, last_book_id: 2, last_chapter_id: 1, last_section_id: 1, last_subsection_id: 1, last_minisection_id: 20, about: nil, image: nil,

[Rails] Position: Ruby on Rails Team Leader, Beijing, China

2014-01-29 Thread Shuoling Liu
Senior web developer (ruby on rails) Job Description: We are the top funds management firm in China, regarding to the huge demand increase of internet financing , we set up and funded a start-up company to develop and investment in the market. We are looking for passionate development team

Re: [Rails] Accessing results of retrieve where

2014-01-29 Thread tamouse pontiki
On Wed, Jan 29, 2014 at 9:13 PM, Dave Castellano li...@ruby-forum.comwrote: Hi, I am searching for a record using where: @profile = Profile.where(:user_id = current_user.id) This returns: = [#Profile id: 6, user_id: 19, last_subject_id: 6, last_book_id: 2, last_chapter_id: 1,

Re: [Rails] Accessing results of retrieve where

2014-01-29 Thread Walter Lee Davis
On Jan 29, 2014, at 10:18 PM, Dave Castellano wrote: Hi, I am searching for a record using where: @profile = Profile.where(:user_id = current_user.id) This returns: = [#Profile id: 6, user_id: 19, last_subject_id: 6, last_book_id: 2, last_chapter_id: 1, last_section_id: 1,

[Rails] Rails and capybara tasks

2014-01-29 Thread Arun kant sharma
When we create a new integration test using $ rails g integration_test Name it create it in spec/requests directory, and capybara is not available there by default. I have to move it to spec/feature dir to make it work (or use other hacks). Can somebody tell me why this is the case? Thanks,

[Rails] Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-29 Thread Eric Jefcoat
Hello, I heard from 37signals that this is where the go to people hang out for Ruby on Rails. I included a full screenshot of my Terminal interaction, as well as a brief explanation below. I am taking a Ruby on Rails class on Skillshare.com. It's a great class, but I'm just learning