RailsApps / rails_apps_composer

A gem with recipes to create Rails application templates for Rails starter apps.
http://railsapps.github.io/rails_apps_composer/
1.42k stars 306 forks source link

Error when naming an application 'Bootstrap' #285

Closed ycrepeau closed 10 years ago

ycrepeau commented 10 years ago
  setup  Your operating system is darwin13.0.0.  ##Aka: Mac OS 10.9 Mavrick
   setup  You are using Ruby version 2.1.0.
   setup  You are using Rails version 4.0.3.

... Using figaro (0.7.0) Using rake (10.1.1) Using atomic (1.1.15) Using simple_form (3.0.1) ... WARN: Unresolved specs during Gem::Specification.reset: rake (>= 0.8.7) atomic (< 2, >= 1.1.7) WARN: Clearing out unresolved specs. Please report a bug if this causes problems.

...

    gems  recipe installing simple_form for use with Bootstrap
generate    simple_form:install --bootstrap

(project_name)/config/application.rb:10:in `module:Bootstrap': uninitialized constant Bootstrap::Rails::Application (NameError) ...

generate    figaro:install

(project_name)/config/application.rb:10:in `module:Bootstrap': uninitialized constant Bootstrap::Rails::Application (NameError)

    gsub    config/application.yml

The template [https://raw.github.com/RailsApps/rails-composer/master/composer.rb] could not be loaded. Error: No such file or directory @ rb_sysopen - (project_name)/config/application.yml

ycrepeau commented 10 years ago

Please stop the press!

It is a VERY VERY VERY bad idea to name an application 'bootstrap'. That creates a LOT of confusion (name collision).

Please, close the ticket.