search for: irs_process_scripts

Displaying 3 results from an estimated 3 matches for "irs_process_scripts".

2010 Jan 11
3
Capistrano deploy without irs_process_scripts
...tes.html is written: "If you’re one of the (fairly rare) Rails developers who deploys in a fashion that depends on the inspector, reaper, and spawner scripts, you’ll need to know that those scripts are no longer included in core Rails. If you need them, you’ll be able to pick up copies via the irs_process_scripts plugin." What do the "not fairly rare users" use to deploy without irs_process_scripts (deprecated) plugin ? thank you, Alessandro DS -- Posted via http://www.ruby-forum.com/. --0015174c3ff2f59fb1047ce1c208 Content-Type: text/plain; charset=ISO-8859-1 -- You received this messa...
2011 Feb 18
1
Rails plugins new official maintainers
...render_component (https://github.com/malev/render_component) Marcos Vanetta localization (https://github.com/malev/localization) Marcos Vanetta deadlock_retry (https://github.com/heaps/deadlock_retry) Kieran P And no body is interested in ... prototype_legacy_helper fcgi_handler sqlite2_adapter irs_process_scripts request_profiler render_component deadlock_retry iso-3166-country-select tzinfo_timezone tztime scriptaculous_slider javascript_test continuous_builder So they are not maintained anymore. Cheers, Santiago. -- You received this message because you are subscribed to the Google Groups "Ruby...
2010 Sep 09
4
Capistrano Deploy with SVN over SSH - Network connection closed unexpectedly
...may be the same as your `Web` server role :db, "domainname.com", :primary => true # This is where Rails migrations will run # If you are using Passenger mod_rails uncomment this: # if you''re still using the script/reapear helper you will need # these http://github.com/rails/irs_process_scripts namespace :deploy do task :start do ; end task :stop do ; end task :restart, :roles => :app, :except => { :no_release => true } do run "#{try_sudo} touch #{File.join(current_path,''tmp'',''restart.txt'')}" end end So far i use...