Re: [Rails] values are being stored as null in mysql d/b

2013-05-10 Thread Colin Law
On 10 May 2013 05:40, ank k. li...@ruby-forum.com wrote: hi!! i am building a form in ROR but all the values are being stored as null in mysql d/b. How are you getting on with working through railstutorial.org (or similar)? Colin -- You received this message because you are subscribed to the

[Rails] Re: values are being stored as null in mysql d/b

2013-05-10 Thread ank k.
Colin Law wrote in post #1108486: On 10 May 2013 05:40, ank k. li...@ruby-forum.com wrote: hi!! i am building a form in ROR but all the values are being stored as null in mysql d/b. How are you getting on with working through railstutorial.org (or similar)? Colin Its a great website for

[Rails] paypal-express gem

2013-05-10 Thread Saravanan P
Hello everyone I am using paypal-express gem for Payapl payment. I am using reference transaction method to get money from Paypal. But i am getting IPN i.e payment notification, I mentioned like payment_request = Paypal::Payment::Request.new( :currency_code = :USD, :amount

[Rails] Rails 4.0.0.rc1 - A copy of class has been removed from the module tree but is still active!

2013-05-10 Thread Ben Cai
I upgrade an app from Rails 3.2.13 to Rails 4.0.0.rc1. After the upgrade, I started getting the error *A copy of Reference::Base has been removed from the module tree but is still active!* whenever a request is sent. This error occurs only when after making any change (even adding/removing a

[Rails] Auto generate models on creation of other models in Ruby on Rails

2013-05-10 Thread Jessica Lu
I have a model called Video that has many statuses. I want to create a status of each kind and add it to @video.statuses in the def create of VideosController. In VideosController, I have: def create @video = Video.new(params[:video]) Kind.all.each do |f|

Re: [Rails] Tokeninput incremental search not working

2013-05-10 Thread Ricardo do Valle
Hi Colin, Cold you help me? I got the same error, because params[:q] is empty. How did you solve? Thanks, Ricardo. Em sexta-feira, 30 de novembro de 2012 07h15min12s UTC-2, Colin Law escreveu: On 30 November 2012 04:57, Soichi Ishida li...@ruby-forum.comjavascript: wrote: Rails 3.1.3

[Rails] JOBS: Ruby on Rails Developer

2013-05-10 Thread Manas Pandey
Experience on Ruby on Rails and front end development (HTML, CSS, Java Script) Proficiency in Linux (production development) Skills Required : MongoDB, Mongide, Git/Github, Backbone GS, JQuery, Rails Good to have skills: RabbitMQ, Scrum/Agile, JIRA, Redis One Github account Please contact

[Rails] Jobs: Need ruby on Rail Developers at CA

2013-05-10 Thread recruiter2 . kloud
Dear Consultants, Please apply to sat...@klouddata.com. Contact 510.509.9839 *Title: Software Developer – Ruby on Rails* *Location: Fremont CA* *Duration: Long Term* *Rate: DOE* We are seeking seasoned senior software Web developers with the passion and experience necessary to design,

[Rails] iOS login tutorials or examples

2013-05-10 Thread shwntn1
Currently i am using devise for authentication on my ruby on rails back end but I do not have any idea of how to link my rails app with an ios app. Are there any tutorials that show how to create a login in my iOS app? Best Regards, Sh -- You received this message because you are subscribed

Re: [Rails] Tokeninput incremental search not working

2013-05-10 Thread Colin Law
On 10 May 2013 05:11, Ricardo do Valle ricardodova...@gmail.com wrote: Hi Colin, Cold you help me? I got the same error, because params[:q] is empty. How did you solve? I did not solve it, I was just suggesting the route to go to diagnose the problem. If you cannot see why params[:q] is

Re: [Rails] Re: values are being stored as null in mysql d/b

2013-05-10 Thread Colin Law
On 10 May 2013 07:53, ank k. li...@ruby-forum.com wrote: Colin Law wrote in post #1108486: On 10 May 2013 05:40, ank k. li...@ruby-forum.com wrote: hi!! i am building a form in ROR but all the values are being stored as null in mysql d/b. How are you getting on with working through

Re: [Rails] Auto generate models on creation of other models in Ruby on Rails

2013-05-10 Thread Colin Law
On 9 May 2013 22:41, Jessica Lu loppi...@gmail.com wrote: I have a model called Video that has many statuses. I want to create a status of each kind and add it to @video.statuses in the def create of VideosController. In VideosController, I have: def create @video =

Re: [Rails] Auto generate models on creation of other models in Ruby on Rails

2013-05-10 Thread Carlos Mathiasen
On Fri, May 10, 2013 at 5:09 AM, Colin Law clan...@googlemail.com wrote: On 9 May 2013 22:41, Jessica Lu loppi...@gmail.com wrote: I have a model called Video that has many statuses. I want to create a status of each kind and add it to @video.statuses in the def create of VideosController.

Re: [Rails] Auto generate models on creation of other models in Ruby on Rails

2013-05-10 Thread Colin Law
On 10 May 2013 11:36, Carlos Mathiasen gunmath...@gmail.com wrote: On Fri, May 10, 2013 at 5:09 AM, Colin Law clan...@googlemail.com wrote: On 9 May 2013 22:41, Jessica Lu loppi...@gmail.com wrote: I have a model called Video that has many statuses. I want to create a status of each kind

[Rails] Re: Using gem in rails application

2013-05-10 Thread Unix R.
tamouse mailing lists wrote in post #1108475: On Thu, May 9, 2013 at 8:47 AM, Unix R. li...@ruby-forum.com wrote: any guide and example will really appreciate and help me to learn. I guess my first question is: if you don't know how or why'd you'd use something in a Rails application, why are

[Rails] Re: iOS login tutorials or examples

2013-05-10 Thread Robert Walker
unknown wrote in post #1108500: Currently i am using devise for authentication on my ruby on rails back end but I do not have any idea of how to link my rails app with an ios app. Are there any tutorials that show how to create a login in my iOS app? It depends on what technique you want to

[Rails] Re: Asset pipeline and jQuery scope

2013-05-10 Thread Dave Castellano
buyzlots wrote in post #1108466: good to hear! Curious what was the issue? Matt if $('#alreadyAnswered').length 0 $('#big_image').hide() $('#big_image_div').hide() $('#little_image').click - $('#little_image').hide() $('#little_image_div').hide()

[Rails] Please help test our site.

2013-05-10 Thread Srinivas Kolluri
We made a small project management and repository management system. We are launching our beta version to test bugs and performance. Really appreciate if you guys can register and send in your suggestions. www.stickygit.com We are working on help docs. -Thanks. -- You received this message

[Rails] capistrano and scm_username and github

2013-05-10 Thread John Merlino
In the capistrano wiki, it contains this line: set :scm_username, “foo”. If you access your source repository with a different user name than you are logged into your local machine with, Capistrano needs to know. Actually the way I access my repository through my app is through ssh keys. The

Re: [Rails] JOBS: Ruby on Rails Developer

2013-05-10 Thread Pandya, Amit
KNOCK KNOCK ADMIN!!! On Fri, May 10, 2013 at 12:44 AM, Manas Pandey manas.pan...@gmail.comwrote: Experience on Ruby on Rails and front end development (HTML, CSS, Java Script) Proficiency in Linux (production development) Skills Required : MongoDB, Mongide, Git/Github, Backbone GS,

Re: [Rails] Re: Using gem in rails application

2013-05-10 Thread tamouse mailing lists
On Fri, May 10, 2013 at 8:44 AM, Unix R. li...@ruby-forum.com wrote: tamouse mailing lists wrote in post #1108475: On Thu, May 9, 2013 at 8:47 AM, Unix R. li...@ruby-forum.com wrote: any guide and example will really appreciate and help me to learn. I guess my first question is: if you don't

[Rails] Rails and Oracle Stored Procedures

2013-05-10 Thread Jacob Caniparoli
I work for a small university and am new to rails. We currently have some legacy applications written by folks who no longer work here in .NET and the like. We are looking to rebuild these apps and are thinking about RoR. Our biggest concern is our database backend. We have an incredibly

[Rails] Re: paypal-express gem

2013-05-10 Thread Doug
Saravanan, are you on localhost? if so, paypal can't contact your local computer. try putting it up on a staging environment, or at least a free heroku instance, then use paypal's IPN simulator. https://developer.paypal.com/webapps/developer/applications/ipn_simulator Also, if you're not