Closed mcorrigan closed 10 years ago
@mcorrigan Did you add my_formtastic_changes.css to your apps assets directory?
Since these are engines your my_formtastic_changes.css would override the engines missing stylesheet + satisfy the issue.
I can add in the morning and push, or if you want to do a pull request we can get that in sooner.
@jrissler Thanks for getting back on this. I know almost nothing about ruby or what file was meant to included. I just assumed from the error that a file wasn't committed. I'll wait for your update, thanks!
I added the missing css to master.
I didn't test beyond that point but please let us know if you encounter other errors - thanks!
When setting up the provider, the following error is reported.
ActionController::RoutingError (No route matches [GET] "/assets/my_formtastic_changes.css"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in
call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in
call' railties (3.2.6) lib/rails/rack/logger.rb:26:incall_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in
call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:incall' rack (1.4.1) lib/rack/methodoverride.rb:21:in
call' rack (1.4.1) lib/rack/runtime.rb:17:incall' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in
call' rack (1.4.1) lib/rack/lock.rb:15:incall' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in
call' railties (3.2.6) lib/rails/engine.rb:479:incall' railties (3.2.6) lib/rails/application.rb:220:in
call' rack (1.4.1) lib/rack/content_length.rb:14:incall' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in
call' rack (1.4.1) lib/rack/handler/webrick.rb:59:inservice' /home/mike/.rvm/rubies/ruby-1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:138:in
service' /home/mike/.rvm/rubies/ruby-1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:94:inrun' /home/mike/.rvm/rubies/ruby-1.9.3-p547/lib/ruby/1.9.1/webrick/server.rb:191:in
block in start_thread'