inploy
inploy copied to clipboard
Rails and Sinatra deployment made easy
Bumps [rake](https://github.com/ruby/rake) from 0.8.7 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
Locaweb still uses Ruby 1.8.6 on shared hosting.
Before hard coded "rake"s within shell strings did not safely execute within the current bundle's context.
I'm in a rails 3 project and I added a lib/inploy/template/my_template.rb file, if I run the rake tasks it works, but if I try to fire the "inploy update" command...
As you might know, there's a language called CoffeScript that compiles into javascript the same way SASS compiles to CSS. [Barista](https://github.com/Sutto/barista) allows you to compile all your coffeescripts into javascripts...
deploy.rb like this: ``` application = "signal" repository = 'git://github.com/dcrec1/signal.git' hosts = ['hooters', 'geni'] ``` ... wouldn't take any effect. While this: ``` @application = "signal" @repository = 'git://github.com/dcrec1/signal.git' @hosts...
inploy.rake: begin require "config/deploy.rb" rescue Exception end Shouldn't it catch ENOENT specifically? Thanks.
Hi my argentine friend, Inploy failed to read de values in deploy.rb file when I used de syntax deploy.application = "app" instead of application = "app". I used the file...
> Inploy => git submodule update --init > You need to run this command from the toplevel of the working tree. My repo is something like: /my_repo_root/my_www_app I run rake:local:update...