John Trupiano

Results 8 issues of John Trupiano

I experienced this issue while working on getting factory_girl rails3 ready. The steps I took were the following: # Clone factory_girl and gem bundle it # Create a new rails...

1. Clone factory_girl, cd in and gem bundle it. 2. Create a new directory with only this Gemfile: http://gist.github.com/279482 3. Run gem bundle --> Leads to this error for me:...

when using :shared_content, e.g. set :shared_content, { "content/documents_module_entries" => "public/paperclip/documents_module_entries", "content/flash_module_entries" => "public/paperclip/flash_module_entries" } If you deployed to a server prior to the introduction of this shared content item, the...

in config.ru use Rack::Rewrite, :rules => 'config/rules.rb' in config/rules.rb rewrite "/foo", "/bar"

Currently have to install from source.

Also eliminate dependency