Bug 12373 - Generating a rails app installs some non rpm gems
Summary: Generating a rails app installs some non rpm gems
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal major
Target Milestone: ---
Assignee: Pascal Terjan
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 08:58 CET by Pascal Terjan
Modified: 2014-01-22 06:31 CET (History)
0 users

See Also:
Source RPM: ruby-railties
CVE:
Status comment:


Attachments

Description Pascal Terjan 2014-01-21 08:58:56 CET
[pterjan@chopin tmp]$ rails new testapp
[...]
         run  bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Installing rake (10.1.1) 
Using bigdecimal (1.2.1) 
Using i18n (0.6.9) 
Installing minitest (5.2.1) 
Installing multi_json (1.8.4) 
Using atomic (1.1.14) 
Using thread_safe (0.1.3) 
Installing tzinfo (0.3.38) 
Using activesupport (4.0.2) 
Using builder (3.1.4) 
Using erubis (2.7.0) 
Using rack (1.5.2) 
Using rack-test (0.6.2) 
Using actionpack (4.0.2) 
Installing mime-types (1.25.1) 
Using polyglot (0.3.3) 
Installing treetop (1.4.15) 
Using mail (2.5.4) 
Using actionmailer (4.0.2) 
Using activemodel (4.0.2) 
Using activerecord-deprecated_finders (1.0.3) 
Installing arel (4.0.1) 
Using activerecord (4.0.2) 
Using bundler (1.3.5) 
Installing coffee-script-source (1.6.3) 
Installing execjs (2.0.2) 
Using coffee-script (2.2.0) 
Using thor (0.18.1) 
Using railties (4.0.2) 
Using coffee-rails (4.0.1) 
Using hike (1.2.3) 
Using jbuilder (1.5.3) 
Using jquery-rails (3.0.4) 
Installing json (1.8.1) 
Using tilt (1.4.1) 
Installing sprockets (2.10.1) 
Installing sprockets-rails (2.0.1) 
Using rails (4.0.2) 
Installing rdoc (4.1.1) 
Installing sass (3.2.13) 
Using sass-rails (4.0.1) 
Using sdoc (0.4.0) 
Using sqlite3 (1.3.8) 
Using turbolinks (2.2.0) 
Using uglifier (2.4.0) 
Your bundle is complete!


Reproducible: 

Steps to Reproduce:
Comment 1 Pascal Terjan 2014-01-22 06:31:16 CET
[pterjan@chopin tmp]$ rails new testapp
      create  
      create  README.rdoc
      create  Rakefile
      create  config.ru
      create  .gitignore
      create  Gemfile
      create  app
      create  app/assets/javascripts/application.js
      create  app/assets/stylesheets/application.css
      create  app/controllers/application_controller.rb
      create  app/helpers/application_helper.rb
      create  app/views/layouts/application.html.erb
      create  app/assets/images/.keep
      create  app/mailers/.keep
      create  app/models/.keep
      create  app/controllers/concerns/.keep
      create  app/models/concerns/.keep
      create  bin
      create  bin/bundle
      create  bin/rails
      create  bin/rake
      create  config
      create  config/routes.rb
      create  config/application.rb
      create  config/environment.rb
      create  config/environments
      create  config/environments/development.rb
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/initializers
      create  config/initializers/backtrace_silencers.rb
      create  config/initializers/filter_parameter_logging.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/secret_token.rb
      create  config/initializers/session_store.rb
      create  config/initializers/wrap_parameters.rb
      create  config/locales
      create  config/locales/en.yml
      create  config/boot.rb
      create  config/database.yml
      create  db
      create  db/seeds.rb
      create  lib
      create  lib/tasks
      create  lib/tasks/.keep
      create  lib/assets
      create  lib/assets/.keep
      create  log
      create  log/.keep
      create  public
      create  public/404.html
      create  public/422.html
      create  public/500.html
      create  public/favicon.ico
      create  public/robots.txt
      create  test/fixtures
      create  test/fixtures/.keep
      create  test/controllers
      create  test/controllers/.keep
      create  test/mailers
      create  test/mailers/.keep
      create  test/models
      create  test/models/.keep
      create  test/helpers
      create  test/helpers/.keep
      create  test/integration
      create  test/integration/.keep
      create  test/test_helper.rb
      create  tmp/cache
      create  tmp/cache/assets
      create  vendor/assets/javascripts
      create  vendor/assets/javascripts/.keep
      create  vendor/assets/stylesheets
      create  vendor/assets/stylesheets/.keep
[pterjan@chopin tmp]$ cd testapp/
[pterjan@chopin testapp]$ rails generate mailer UserMailer
      create  app/mailers/user_mailer.rb
      invoke  erb
      create    app/views/user_mailer
      invoke  test_unit
      create    test/mailers/user_mailer_test.rb
[pterjan@chopin testapp]$

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.