[Rails] can any one please tell me how should I popoulate the third dropdown table?

2015-09-18 Thread Antariksha Kulkarni
HI every one I have a three dropdown list structure in which first is country second is states and third is cities.States populates correctly on the basis of country but city dosen't. what steps to be taken while doing it. plz help me out -- Posted via http://www.ruby-forum.com/. -- You

[Rails] White pages after testing my app in production env locally

2015-09-18 Thread Quake Live
Hey guys, I wanted to test my rails app (Rails version 4.2.3) in the production environment. So I prepared for this like followed: i) I precompiled all of my assets, using rake assets:precompile ii) In the production.rb I changed the line from config.serve_static_files = false to

[Rails] [JOBS] Boxes is looking for a Senior Ruby on Rails Engineer

2015-09-18 Thread Solomon Engel
Hey everyone! We've been growing a lot and are looking to expand our team. If any of you are interested in the below job post, please contact me or apply via the post. https://box.es/careers/engineering-team/senior-ruby-on-rails-engineer Best, Solomon -- You received this message because

[Rails] Re: Help regarding installation of Gems

2015-09-18 Thread Prasanna Moharana
Hello sorry @colin .i am a new one to this forum as well as ruby so if any mistake made by me then i am sorry. well the output of $ apt-cache policy gcc is gcc: Installed: 4:4.8.2-1ubuntu6 Candidate: 4:4.8.2-1ubuntu6 Version table: *** 4:4.8.2-1ubuntu6 0 500

[Rails] How to create more than one connection via Rspec ?

2015-09-18 Thread Николай Спелый
Hi. Now i writing tests via Rspec and appeared a question. Question is how can i create few connections, at least two connections for testing online changes at page ? It's only online chat. At this time a have only let(:user) { FactoryGirl.create(:user) } before do visit signin_path

[Rails] Re: White pages after testing my app in production env locally

2015-09-18 Thread Quake Live
Hey guys, It is me again. I finally managed to solve the "problem". Well it was not really a problem. I forgot to mention to you that I switched from Webrick to Passenger server. I was pre-compiling the assets during my app ran on Webrick server. That's the reason why the assets were not

[Rails] Re: RoR - Complicated default value for a text_area

2015-09-18 Thread Quake Live
Hassan Schroeder wrote in post #1177877: > On Wed, Aug 19, 2015 at 5:19 AM, Quake Live > wrote: > >> My idea was to convert the String to an Array and print each element of >> the Array. But it did not work. Here is what it is looking like: >> >> <%= f.text_area :number,

Re: [Rails] validations in Rails 4.2

2015-09-18 Thread Hunter Stevens
This clears up everything :-) I do have the free chapter, and am subscribed to his weekly emails. I just need to take the time to sit down and read everything. His blog posts are very helpful though. Again, thank you for the help!! :D On Friday, September 18, 2015 at 9:36:31 AM UTC-4, tamouse

Re: [Rails] validations in Rails 4.2

2015-09-18 Thread tamouse pontiki
On Thu, Sep 17, 2015 at 2:44 PM, Hunter Stevens wrote: > The docs I was referring to were Rails Guides, which I take for > granted as THE docs. Thank you for the appropriate link! The Guides are great, but definitely not all the documentation! :) The api documentation is

[Rails] Re: How to create more than one connection via Rspec ?

2015-09-18 Thread Николай Спелый
I got answer at stackoverflow http://stackoverflow.com/questions/32651541/how-to-create-more-than-one-connection-via-rspec -- 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,