search for: standardrailssept2006

Displaying 4 results from an estimated 4 matches for "standardrailssept2006".

2006 Dec 08
4
Using custom stem analyzer giving mongrel errors
...ispatcher.rb:60:in `reset_application!'' /Users/raymond/Rails/cart/config/../vendor/rails/railties/lib/dispatcher.rb:116:in `reset_after_dispatch'' /Users/raymond/Rails/cart/config/../vendor/rails/railties/lib/dispatcher.rb:51:in `dispatch'' /Applications/Locomotive2/Bundles/standardRailsSept2006.locobundle/i386/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb:84:in `process'' /Applications/Locomotive2/Bundles/standardRailsSept2006.locobundle/i386/lib/ruby/1.8/sync.rb:229:in `synchronize'' /Applications/Locomotive2/Bundles/standardRailsSept2006.locobundle/i386/li...
2006 Dec 15
1
:job_key acting weird?
...ch'' /Users/caifara/Desktop/polders/vendor/plugins/backgroundrb/server/lib/ backgroundrb/thread_pool.rb:22:in `dispatch'' /Users/caifara/Desktop/polders/vendor/plugins/backgroundrb/server/lib/ backgroundrb/middleman.rb:199:in `new_worker'' /Applications/Locomotive2/Bundles/standardRailsSept2006.locobundle/ powerpc/lib/ruby/1.8/drb/drb.rb:1552:in `perform_without_block'' /Applications/Locomotive2/Bundles/standardRailsSept2006.locobundle/ powerpc/lib/ruby/1.8/drb/drb.rb:1512:in `perform'' /Applications/Locomotive2/Bundles/standardRailsSept2006.locobundle/ powerpc/lib/ruby...
2009 Feb 09
13
mysql install problem
...-A260-4E41-AA2E-30B64FB46F3C-7395-00002254065EA712.environment.bash MBPEduCirilo:kshema098 eduardocirilo$ gem install mysqlBuilding native extensions. This could take a while...ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /Applications/EdUtils/Locomotive2/Bundles/standardRailsSept2006.locobundle/i386/bin/ruby extconf.rb install mysql checking for mysql_query() in -lmysqlclient... no checking for main() in -lm... no checking for mysql_query() in -lmysqlclient... no checking for main() in -lz... no checking for mysql_query() in -lmysqlclient... no checking for main() in -lsocket.....
2006 Nov 14
11
RESTful mixin, mixin repo?
Hi, I just put together a little mixin to provide pseudo-RESTful services in camping apps. Basically, it looks for a hidden _verb field in form posts, and sets the @method to the supplied value (e.g. put or delete - which browsers don''t support). This lets you define put and delete methods in your controllers. Groovy. Code: http://pastie.caboo.se/22613 Is there any permanent repo of