Coder Social home page Coder Social logo

flashy's People

Contributors

atd avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

flashy's Issues

rake test claiming active_record and action_mailer methods missing

Hi there,

I cloned your repo in the hope of being able to make it compatible with rails 4 but I encountered some issue before being able to pass the test and thus start working on the rails 4 upgrade.

I started with a completely empty gemset and run bundle install.

The errors were the following:

/usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configuration.rb:85:in `method_missing': undefined method `action_mailer' for #<Rails::Application::Configuration:0x007feb9c0a2fa0> (NoMethodError)
    from /Users/zekus/projects/flashy/test/dummy/config/environments/test.rb:30:in `block in <top (required)>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:24:in `class_eval'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:24:in `configure'
    from /Users/zekus/projects/flashy/test/dummy/config/environments/test.rb:1:in `<top (required)>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/engine.rb:571:in `block in <class:Engine>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `instance_exec'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `block in run_initializers'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `each'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
    from /Users/zekus/projects/flashy/test/dummy/config/environment.rb:5:in `<top (required)>'
    from /Users/zekus/projects/flashy/test/test_helper.rb:4:in `require'
    from /Users/zekus/projects/flashy/test/test_helper.rb:4:in `<top (required)>'
    from /Users/zekus/projects/flashy/test/flashy_test.rb:1:in `require'
    from /Users/zekus/projects/flashy/test/flashy_test.rb:1:in `<top (required)>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:10:in `require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:9:in `each'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:9:in `block in <main>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:4:in `select'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:4:in `<main>'
/usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configuration.rb:85:in `method_missing': undefined method `action_mailer' for #<Rails::Application::Configuration:0x007fe364890a18> (NoMethodError)
    from /Users/zekus/projects/flashy/test/dummy/config/environments/test.rb:30:in `block in <top (required)>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:24:in `class_eval'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:24:in `configure'
    from /Users/zekus/projects/flashy/test/dummy/config/environments/test.rb:1:in `<top (required)>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/engine.rb:571:in `block in <class:Engine>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `instance_exec'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `block in run_initializers'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `each'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
    from /Users/zekus/projects/flashy/test/dummy/config/environment.rb:5:in `<top (required)>'
    from /Users/zekus/projects/flashy/test/test_helper.rb:4:in `require'
    from /Users/zekus/projects/flashy/test/test_helper.rb:4:in `<top (required)>'
    from /Users/zekus/projects/flashy/test/flashy_test.rb:1:in `require'
    from /Users/zekus/projects/flashy/test/flashy_test.rb:1:in `<top (required)>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:10:in `require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:9:in `each'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:9:in `block in <main>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:4:in `select'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:4:in `<main>'
rake aborted!
You don't have tzinfo installed in your application. Please add it to your Gemfile and run bundle install
/usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/core_ext/time/zones.rb:60:in `rescue in find_zone!': uninitialized constant Time::TZInfo (NameError)
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/core_ext/time/zones.rb:53:in `find_zone!'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/activesupport-3.2.13/lib/active_support/railtie.rb:48:in `block in <class:Railtie>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `instance_exec'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `block in run_initializers'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `each'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
    from /Users/zekus/projects/flashy/test/dummy/config/environment.rb:5:in `<top (required)>'
    from /Users/zekus/projects/flashy/test/test_helper.rb:4:in `require'
    from /Users/zekus/projects/flashy/test/test_helper.rb:4:in `<top (required)>'
    from /Users/zekus/projects/flashy/test/flashy_test.rb:1:in `require'
    from /Users/zekus/projects/flashy/test/flashy_test.rb:1:in `<top (required)>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:10:in `require'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:9:in `each'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:9:in `block in <main>'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:4:in `select'
    from /usr/local/rvm/gems/ruby-1.9.3-p392@flashy/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:4:in `<main>'
rake aborted!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.