similar to: How to read config on rails?

Displaying 20 results from an estimated 200000 matches similar to: "How to read config on rails?"

2011 Nov 24
4
How to upgrade rails 2 application to rails 3?
I developed a rails application using rails 2.3.8 version but now how to upgrade this application in rails 3.0 version. -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe
2010 Apr 22
3
HOW TO Track How Many Recipients Open Your Mail IN RAILS?
HOW TO Track How Many Recipients Open Your Mail IN RAILS? please help me PROVIDE SOLUTIONS AND STEPS OR ELSE ANY PLUGIN -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2010 Aug 24
5
Reading pem file in ruby on rails
hi, i have a certificate file in pem format. i need to read the pem file. Need help on how to read the certificate in ruby on rails Thanks -- 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 post to this group, send email to
2012 May 21
4
Rails developer required.
If you are experienced rails developer please let me know. -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2011 Nov 30
4
How to use a local copy of rails in a rails application
Sorry for a primitive question, but how can i use a local copy of rails with my rails 3 application (locally)? Quick googling didn''t help, and on StackOverflow there is something about putting local rails to the "vendor" directory, but it does not seem to work for me. Thanks. Alexey. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are
2011 Feb 07
2
Rails App permissions?
I can''t start my app and I suspect permissions and ownership. What permissions should a Rails App have? Can I set 755 on everything or should it be less on some files? -- 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 post to this group, send email to
2010 Jan 12
4
how to create portable rails app?
Hi, i have a rails app which is done with instant rails, now i need to take the app to other computer and use it without migrating , that is plug and play use of that application, can anyone help with that??? plz! -- 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 post to this group,
2011 Mar 23
2
rails 3 + mongrel + mime type swf
Hi there! I ran rails 3 application in localhost. In index.html.erb file I added <object type="application/x-shockwave-flash" data="../public/player_mp3.swf" width="200" height="20"> <param name="movie" value="player_mp3.swf" /> <param name="FlashVars" value="mp3=file.mp3" />
2010 Nov 08
2
Very good offer for ruby/rails developers
Hi guys, sorry the "spam", but I''ve just seen that there is a very good offer for us (ie. months of newrelic, sendgrid, heroku, linode and other cool services). You can check more here: http://tinyurl.com/35adxnv Hope that''s useful for someone (I''ve just took it) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are
2012 Jan 10
2
Opening rails with
How do you open Rails up with Aptana and or Redcar through the "Command Prompt with Ruby and Rails"? -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from
2010 Aug 17
3
Rails 3 flash message problems
The following code in my application_helper.rb class either eats the flash message or escapes it and does not display properly: # Outputs the corresponding flash message if any are set def flash_messages messages = [] %w(notice warning error).each do |msg| messages << content_tag(:div, content_tag(:p, html_escape(flash[msg.to_sym])), :class => "message
2011 Nov 03
2
SQL SERVER + RAILS
hOLA A TODOS QUISIERA SABER COMO LOGRO TRABAJAR CON RAILS Y SQL SERVER 2000 COMO GESTIONO USO MI DB EN SQL SERVER, COMO VINCULO UNA APP EN RAILS CON ESTE GESTOR DE BD. O UNA BASE DE DATOS EN SQL, NO EN MYSQL U OTRA. SINO EN SQL gRACIAS. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2010 Aug 03
4
rails 3 download - where ?
I''m trying to update my rails from 2.3.8 to 3.0, where can I get the kit from ? Thanks, Dani -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group,
2010 Mar 19
2
auto_complete plugin on rails 2.3.5
Hi, this is my first post. I have run: $ ruby script/plugin -v install auto_complete but the result is: Plugin not found: ["auto_complete"] #<Errno::ENOENT: No such file or directory - /dev/null> I have also try to run: $ ruby script/plugin -v list and the result is: Discovering plugins in http://dev.rubyonrails.com/svn/rails/plugins/ /CHANGELOG /account_location/
2011 May 04
5
rails mongoid
I have a strange problem. Suppose I have a user model with only name field. I can add a field with value by creating an instance in mongodb rails environment. Example: class User include Mongoid::Document field :name end Now in rails console, If you do user = User.new user[:name] = "xxxx" user[:firstname] = "yyyy" user.save The record gets created with name and
2010 Apr 03
4
Rails can't find it's gems
Hi, yesterday I attempted to test my Rails app with Ruby 1.9. I installed all necessary gems, saw that some of them aren''t compatible with 1.9 and switched back to 1.8. Now my app still thinks it has to go with 1.9 and shows the following error message when I try to test it. ---------8<--------------------------------------- $ rake test (in /home/helge/Development/kunsthof) Missing
2012 Feb 03
2
PDF and Ruby on Rails
Hi, I am sticking in one problem. Please help me out. The problem is like: What problems can arise when users hits the get_pdf action? If there are problems, how can it be solved? class PdfController < ApplicationController def get_pdf send_data Pdf.create(params[:contents]) end end class Pdf def self.create(contents) make_pdf(contents) # takes 30 seconds to run end
2011 Apr 18
1
please help:Can't initialize a new Rails application within the directory of another.
I have just install Netbeans 7.0. then install the plugins. But when I create a rails project I get the following errors: Can''t initialize a new Rails application within the directory of another, please change to a non-Rails directory first. Type ''rails'' for help. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the
2010 Sep 08
4
On init webrick get older rails version (suddenly)
Hi! I''m running rails 2.3.8, confirmed by the prompt (rails -v) I''m doing a project and on other occasions I have needed install nested forms. I followed the steps (http://weblog.rubyonrails.org/2009/1/26/nested-model-forms) This steps: $ git clone git://github.com/alloy/rails.git $ cd rails $ git checkout origin/normalized_nested_attributes $ cd ../.. $ ruby
2010 May 17
2
Installing Ruby on Rails
Hi, I''m a newbie to RoR and have been facing some problem installing RoR on my system. I''m following this guide to install RoR https://help.ubuntu.com/community/RubyOnRails and stuck up at this step Installing Rubygems: To make gem work properly you should write gem''s path to PATH add to ~/.bashrc: export PATH=/var/lib/gems/1.8/bin:$PATH Can anyone help me saying