search for: 8qo2dtiso68rmelmmxo44q

Displaying 6 results from an estimated 6 matches for "8qo2dtiso68rmelmmxo44q".

2007 Jan 29
2
Secure Actions Plugin
Hi all, This plugin lets you specify which actions *must* be run under ssl (https). If a declared action is run without ssl, the user is redirect to https. Also, once you declare an action to "require_ssl", any links to that action are going to be https:// links. http://svn.ianwarshak.com/plugins/secure_actions Hopefully you all will find this useful. Ian
2007 Apr 03
4
Replacing ERB with Erubis
Hey guys, I''ve been hearing a lot about erubis: http://www.kuwata-lab.com/erubis/ Especially about how much faster it is than straight ERB. In their Ruby on Rails support docs: http://www.kuwata-lab.com/erubis/users-guide.05.html#topics-rails They state that with a few added lines to your environment.rb it will replace ERB completely. I''m wondering if anyone has done this in
2007 Jan 30
3
Interesting Framework Speed Test Results. Shows Rails 1.2.1 trailing 1.1.6.
I found this little post over at the Slicehost forums (http:// forums.slicehost.com): http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading- frameworks/ Speed test between Rails (1.1.6 and 1.2.1), Django (w/wo psyco and threaded/pre-forked), TurboGears, Symfony, Catalyst etc. Nginx as the front-end for all of them. Even though they are simulated numbers I thought it might be
2007 Feb 27
0
Google Adsense in my RHTML templates not showing up
This is quite weird. I''m trying to put a few Google ads in my app to test placement, but they don''t show up. I''m in production mode and have tried restarting the server etc. If I view page source the code is right there and it all looks good. I''ve put the Adsense code in some partials along with in my layouts/ application.rhtml file. If I take the exact same
2008 Nov 09
0
Wildcard URL redirect via Rails Routes?
Hey all, I wanted to know if I can (and if it''s a good idea) to redirect old routes to other controllers/actions. In a previous version we had some routes like so "/public/username/some/other/variables". What would I need to do in my routes.rb file to make "/public/username/ *" redirect to "/username" or even a specific controller/action? Thanks in
2007 Jan 30
2
How to use migrations to convert engine type to InnoDB?
I''ve been looking through some references but can''t seem to find the right syntax and commands. I basically just want to have a migration to convert my db and all my tables to InnoDB. Does anyone know a tutorial or the migration syntax to do this? Thanks in advance :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are