I\'ve got a partial for rendering a form that is throwing an error using unicode; I\'ve narrowed the error down to the line;
I just upgraded to ActiveSupport 3 and lost all my string methods like \"camelize\", \"titleize\", and the like. It broke things all over my project, and so far I\'ve fixed them by re-writing those me
Part 1: I have a call to layout(:default){|path,wish| wish !~ /rss|atom|json/} but requests to /foo/bar.json seem to think wish is html and uses the layout anyway. How can I fix this?
deltrem@deltrem-desktop:~/ramaze web/app/blog$ ruby start.rb I [2010-06-10 14:53:33 $1886]INFO | : activating sequel
I\'ve got a template for a partial that I\'d like to use and I\'m wondering if it\'s possible to just 开发者_如何学JAVArender the thing without needing to send a mock request to a controller. I\'m nev
I\'ve got an app that I\'m trying to get working again after wiping my system and installing Snow Leopard. I installed Ruby 1.9 from Macports (now a later version) and the dev server starts 开发者_如何
I\'ve been using CakaPHP and Kohanaphp but n开发者_开发百科ow I want to try out other frameworks from a more sophisticated OOP language for my next projects.
Somewhere along the line from the DB to the application, this: sauté is getting turned into this: sauté
I\'ve run into a problem with my very simple Ramaze project.My project is identical to the prototype project that is generated from \'ramaze create mywebsite\', except that I\'m using Haml templates (