## Reproducing the exception

1. create a new Rails app
2. Gemfile:
    gem 'rake', '~> 0.9.0'
    gem 'rails', '3.0.8.rc2'
    gem 'sqlite3'
    gem 'calendar_date_select', :git => 
"git://github.com/paneq/calendar_date_select.git"
3. bundle install
4. bundle exec rake -T

## The fix

https://github.com/rails/rails/commit/57958cb7b924c00ce6761bd0fc75aae304e7380b 
was close to fixing it. Slight modification 
in https://github.com/rails/rails/pull/1397 (the 11 characters aren't even 
worth the merge). Runs smoothly now.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to