I am using ruby on rails.
Hence through my controller I am fetching the list of data(query strings saved in the database) on the basis of some condition. Now I need to execute these queries.
Do any one know how to do this?
Search Result
Collapse
3 results in 0.0045 seconds.
Keywords
Members
Tags
-
Execute query which is fetched from a table using MySQL
Last edited by Frinavale; Nov 1 '12, 07:13 PM. Reason: This thread has been closed because the question is to vague. If you have a specific question about how to use MySql with Ruby/Ruby On Rails please start a new thread with your question. -
Mitchell Gould started a topic Updated my rails 2.3.2 now getting > undefined method `inject' for true:TrueClassin RubyUpdated my rails 2.3.2 now getting > undefined method `inject' for true:TrueClass
I just update my RubyGems and Rails. I am working on Rails 2.3.2 and everything was working prior to this update.
Now I am getting the following error:
undefined method `inject' for true:TrueClass
I have no idea what this means or where it is coming from. It does not seem to matter what I delete or which page I try to load on the website.
The full trace is as follows:
/Users/mitch/.gem/ruby/1.8/gems/activesupport-2.3.2/lib/active_support/vendor/i18n-0.1.3/lib/i18n/backend/simple.rb:206:i n... -
Ajax not working fine with IE6
Hi to all,
I am posting for the first time in this forum.....
I have been using ruby on rails from quite a few months now, I have come across this problem.....
When I am using link_to_remote, the page is breaking in IE6 but the same code works well in IE7 and Mozilla. I am now very confused as to how to solve this problem....
Did someone already encountered the same problem??
Please help me with...