Rails helper loading fails due to Regexp quoting bug
----------------------------------------------------

                 Key: JRUBY-1372
                 URL: http://jira.codehaus.org/browse/JRUBY-1372
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.0.1, JRuby 1.1.0
            Reporter: Nick Sieger
            Assignee: Nick Sieger
             Fix For: JRuby 1.0.2, JRuby 1.1.0


Trying to start Rails edge is one way to see this problem:

{noformat}
$ ~/Projects/jruby/trunk/jruby/bin/jruby script/console 
Loading development environment.
/Users/nicksieger/Projects/rails/edgy/vendor/rails/actionpack/lib/action_controller/helpers.rb:127:in
 `helper': Missing helper file 
helpers//users/nicksieger/projects/rails/edgy/app/helpers/application_helper.rb_helper.rb
 (MissingSourceFile)
        from 
/Users/nicksieger/Projects/rails/edgy/vendor/rails/actionpack/lib/action_controller/helpers.rb:116:in
 `each'
        from 
/Users/nicksieger/Projects/rails/edgy/vendor/rails/actionpack/lib/action_controller/helpers.rb:111:in
 `helper'
        from 
/Users/nicksieger/Projects/rails/edgy/vendor/rails/actionpack/lib/action_controller/helpers.rb:116:in
 `helper'
        from 
/Users/nicksieger/Projects/rails/edgy/app/controllers/application.rb:5:in `each'
        from 
/Users/nicksieger/Projects/rails/edgy/vendor/rails/actionpack/lib/action_controller/helpers.rb:111:in
 `helper'
        from 
/Users/nicksieger/Projects/rails/edgy/app/controllers/application.rb:5:in 
`helper'
        from 
/Users/nicksieger/Projects/jruby/trunk/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27
        from 
/Users/nicksieger/Projects/jruby/trunk/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
 `require'
         ... 13 levels...
        from 
/Users/nicksieger/Projects/jruby/trunk/jruby/lib/ruby/1.8/irb/init.rb:21:in 
`setup'
        from 
/Users/nicksieger/Projects/jruby/trunk/jruby/lib/ruby/1.8/irb.rb:54:in `start'
        from /Users/nicksieger/Projects/jruby/trunk/jruby/bin/jirb:13:in `start'
{noformat}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to