[Rails] Rails4 - How to receive and send JSON data securely through Ajax and store it?

2014-11-08 Thread Suresh Kumar
I have a page(like https://www.helloabc.com/han.html) that is loaded inside an iframe on an app of different domain. I added the following to enable loading the page in an iframe to remove the error("Refused to display document because display forbidden by X-Frame-Options"). config.action_dispatch

Re: [Rails] Installing hiredis on Windows

2014-11-08 Thread Hassan Schroeder
On Fri, Nov 7, 2014 at 2:33 AM, Matúš Pikuliak wrote: > ... I have no idea how to get bundler to > use my modified files instead of the ones it is downloading. Can I somehow > make it to try install gem with these files? Read the Gemfile man page :-) -- Hassan Schroeder

[Rails] How to i18n dropdown menu values. populated from database table.

2014-11-08 Thread Pavel Krejsa
I have *cargo* form with dropdown menu in *simple_forms*, which is populated from model *cargo_price*: <%= f.association :cargo_price, :label_method => :price, :value_method => :id %> There is model called *cargo_price* with only *ID* and *price* columns, *price *column has 3 values (these v

Re: [Rails] Junior and his project

2014-11-08 Thread Greg Akins
Or maybe you're thinking too hard about what the project should be. Make anything (a blog, a to-do list..) It doesn't matter that it's been done before. Or just fork someone else's project and use that as a starting point. Greg Akins Insomnia Consulting, LLC gak...@insomnia-consulting.org 724 45

[Rails] Excon::Errors::SocketError in Controller#create getaddrinfo: Name or service not known (Socketerror

2014-11-08 Thread Thilak G
I'm having the problem when i am using amazon s3 services the *error* is Excon::Errors::SocketError in PhotosController#create getaddrinfo: Name or service not known (SocketError)} This error occur when i try to save the image. *config/initializers/carrierwave.rb* CarrierWave.configure do

[Rails] Junior and his project

2014-11-08 Thread Denis Krivostchokov
I'm rails junior. My general programming experiences is not great. I can't find rails junior job for a long time. Many internet posts advised to do own cool projects and put it up on GitHub. But I don't have any ideas for my projects. :( Maybe I'm not a programmer ? -- You received this messag

[Rails] JOB: Ruby on Rails SW Engineer - Raleigh NC

2014-11-08 Thread Barbara Pelkey
Would you like to learn about a fantastic career opportunity utilizing your Ruby on Rails experience within a progressive technology company AND live in one of the best places to live in the US...Raleigh North Carolina? Email or call me for details!! Great perm opportunity with a great salary

[Rails] JOB: Seeking experience Ruby on Rails SW Engr. Sign On Bonus!! Referral Bonus!!

2014-11-08 Thread Barbara Pelkey
Are you a Rails developer who stays on top of the latest technology? Do you enjoy working in a collaborative team environment? Do you enjoy learning how the features you develop are actually used by customers? Would you like to help large data centers efficiently manage their power consumpti

[Rails] Installing hiredis on Windows

2014-11-08 Thread Matúš Pikuliak
Hey guys, I am trying to set up a hiredis gem on Windows. I am trying to make this pull request working (https://github.com/redis/hiredis/pull/52). However I am fairly new to Rails development and I have no idea how to get bundler to use my modified files instead of the ones it is downloading. C