search for: tar2rubyscript

Displaying 8 results from an estimated 8 matches for "tar2rubyscript".

2006 Mar 03
1
starting webrick from ruby (tar2rubyscript.rb)
I am using tar2rubyscript to package up a rails application and run it as one file from the server. If you run script/server and have lighttpd install it will start lighty instead of webrick. So, thanks to Erik Veenstra''s suggestion, I add ARGV.unshift("webrick") to the init.rb file to force webrick t...
2006 Jan 21
5
Distributing a Rails app
I''ve developed a Rails application that I''d like to make generally available, but I''m not sure how to go about this, or even what tools are most appropriate. Is this something that the Rails framework provides, or is it a job for Rake? for Rubygems? for Tar2rubyscript or Rubyscript2exe? A pointer to a "Distributing your Rails Application" would be ideal. -- John Kodis.
2006 Feb 14
7
Launching a standalone Rails app
Hi, I''ve developed a standalone Rails app - using tar2rubyscript and rubyscript2exe. The users aren''t going to understand that the''ll need to open the browser and go to 127.0.0.1:3000 to view the app, after running the exe. I am wondering whether other people have tackled this problem in the past, and how they went about solving it. One w...
2007 Apr 10
2
What does the end user need to run wxruby apps ?
...t''s all ?? the wxruby .gem package includes both the wxwidgets library itself and the "bridge" to ruby ??? _ on linux, same, the ruby interpreter & rubygems ( via apt-get / urpmi / yum ... ) and then to install the wxruby.gem ?? _ I also came across the 2 tools called "Tar2RubyScript", and "Rubyscript2exe", do these 2 utilities have support for wxruby ?? ( = is it possible to bundle the ruby inpreter, wxruby and all other dependencies in a single .exe ?? if yes do you have links to tutorials explaining how to do it thanks ______________________________________...
2008 Apr 08
7
SQLite3 error
I am trying to install SQLite3 on my Rails app but I keep getting this error: ./sqlite3.dll: 127: The specified procedure could not be found. - Init_sqlite3 (LoadError) -- 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
2006 Jun 01
0
Socket error in ActionMailer class
I am getting sporadic socket error in actionmailer class. Anyone has solution for this? On refresh the mail is send properly. It does not happen everytime. SocketError in Solution#create_zone getaddrinfo: no address associated with hostname. RAILS_ROOT: C:/DOCUME~1/JONFER~1/LOCALS~1/Temp/tar2rubyscript.d.1424.1/zdc/config/.. Application Trace | Framework Trace | Full Trace C:/DOCUME~1/JONFER~1/LOCALS~1/Temp/eee.zdc.exe.2/lib/net/protocol.rb:206:in `initialize'' C:/DOCUME~1/JONFER~1/LOCALS~1/Temp/eee.zdc.exe.2/lib/net/protocol.rb:206:in `old_open'' C:/DOCUME~1/JONFER~1/LOCALS~1/T...
2010 Apr 09
0
Ocra: can't execute the executable
...was very excited when i find out Ocra, that was exactly what i needed! but... unfortunately i can''t make my executable work. I create everything without any errors - i make my rails app - i create a file init.rb that makes "load script/server" - i create a single rb file with tar2rubyscript foldername - i run ocra --console filename.rb - i add this line at the top of filaname.rb: "exit if Object.const_defined?(:Ocra)". (without this, after he launchs the server, how can i make create the executable? if i stop the server it does not create it!) - filename-exe -> "m...
2006 Aug 01
0
init.rb
Hi folks, Does anyone know of a "howto" or a good tutorial on how to write init.rb files needed for distributing RoR applications? I want to run: 1. tar2rubyscript application to produce application.rb 2. ruby application.rb to run it The problem is I don''t know how to write init.rb for tar2rubscript to bundle with my application. Warm regards, Bealach