Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
On rails?
#2
The Rails::ScriptRailsLoader module here defines two constants: RUBY and SCRIPT_RAILS. RUBY is the full path to your ruby executable, on a Snow Leopard system it’s /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby_. SCRIPTRAILS is simply script/rails_. When exec_scriptrails is invoked, this will attempt to exec the rails file in the script directory using the path to your Ruby executable, RUBY. If exec is invoked, the program will stop at this point. If the script/rails file doesn’t exist in the current directory, Rails will recurse upwards until it finds it by calling exec_script_rails from inside the Dir.chdir(".."). This is handy if you’re currently in one of the sub-directories of the rails application and wish to launch a server or a console.

Dunno if this site will help you out or not: http://guides.rubyonrails.org/initialization.html
[Image: Zephie_Sig_by_GKmero.png]
Reply


Messages In This Thread
On rails? - by InfamousKnight - 02-11-2011, 02:22 PM
RE: On rails? - by Gadget - 02-11-2011, 02:35 PM
RE: On rails? - by InfamousKnight - 02-11-2011, 06:14 PM
RE: On rails? - by Mr Kitty Cat - 03-29-2011, 05:17 AM
RE: On rails? - by Gadget - 03-29-2011, 06:50 AM
RE: On rails? - by A N D R E W - 04-02-2011, 09:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  what is ruby on rails DaUB3R 3 1,884 11-01-2012, 04:20 AM
Last Post: johnnymward
  Ruby on rails Poppins 8 3,385 01-01-2011, 07:31 AM
Last Post: Poppins

Forum Jump:


Users browsing this thread: 2 Guest(s)