Error after apply html5 boilerplate
Closed this issue · 3 comments
I'm using rails 3.1.0.rc6
and trying to use rails3-devise-rspec-cucumber-template.rb
application_layout ApplicationLayout recipe running 'after bundler'
html5 HTML5 Boilerplate recipe running 'after bundler'
identical app/assets/javascripts/modernizr.js
identical app/assets/stylesheets/normalize.css.scss
identical app/assets/stylesheets/base.css.scss
identical app/assets/stylesheets/layout.css.scss
identical app/assets/stylesheets/skeleton.css.scss
/home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/open-uri.rb:346:in open_http': 404 Not Found (OpenURI::HTTPError) from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/open-uri.rb:769:in
buffer_open'
from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/open-uri.rb:203:in block in open_loop' from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/open-uri.rb:201:in
catch'
from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/open-uri.rb:201:in open_loop' from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/open-uri.rb:146:in
open_uri'
from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/open-uri.rb:671:in open' from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/open-uri.rb:33:in
open'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/actions/file_manipulation.rb:77:in get' from /home/halisson/projetos/rails3-application-templates/rails3-devise-rspec-cucumber-template.rb:1039:in
block in apply'
from /home/halisson/projetos/rails3-application-templates/rails3-devise-rspec-cucumber-template.rb:1403:in call' from /home/halisson/projetos/rails3-application-templates/rails3-devise-rspec-cucumber-template.rb:1403:in
block in apply'
from /home/halisson/projetos/rails3-application-templates/rails3-devise-rspec-cucumber-template.rb:1403:in each' from /home/halisson/projetos/rails3-application-templates/rails3-devise-rspec-cucumber-template.rb:1403:in
apply'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/actions.rb:217:in instance_eval' from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/actions.rb:217:in
apply'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0.rc6/lib/rails/generators/app_base.rb:109:in apply_rails_template' from (eval):1:in
apply_rails_template'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/task.rb:22:in run' from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/invocation.rb:118:in
invoke_task'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/invocation.rb:124:in block in invoke_all' from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/invocation.rb:124:in
each'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/invocation.rb:124:in map' from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/invocation.rb:124:in
invoke_all'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/group.rb:226:in dispatch' from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/base.rb:389:in
start'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0.rc6/lib/rails/commands/application.rb:31:in <top (required)>' from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in
require'
from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in require' from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0.rc6/lib/rails/cli.rb:15:in
<top (required)>'
from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in require' from /home/halisson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in
require'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/gems/rails-3.1.0.rc6/bin/rails:7:in <top (required)>' from /home/halisson/.rvm/gems/ruby-1.9.2-p290/bin/rails:19:in
load'
from /home/halisson/.rvm/gems/ruby-1.9.2-p290/bin/rails:19:in `
same issue with rails 3.1.0.rc5
This issue should be resolved with the following commit:
RailsApps/rails_apps_composer@a1d7d20
The name of the file on the remote server changed. I've updated the rails_apps_composer recipe and generated new application templates. Please let me know if the issue remains unresolved.
-- Daniel
that's all right now...
thanks
=]