I finally bit the bullet and moved my blog over to Mephisto. So far I am loving it. Thanks to Justin Palmer and Rick Olson for all of their hard work that went into making this an awesome application.
I migrated from Typo and used the great howto Converting Typo to Mephisto on the Octoblog. What an awesome name for a blog! The only thing I did differently, since I'm using the latest code from the Mephisto trunk, was the support for Typo style article URLs. I just opened up config/routes.rb and tweaked it to look as follows:
1 2 3 4 5 6 |
ActionController::Routing::Routes.draw do |map| Mephisto::Routing.connect_with map do map.connect 'articles/*path', :controller => 'mephisto', :action => 'dispatch' end end |
Sorry, comments are closed for this article.
January 8th, 2007 at 08:18 PM
Good work Cody. I was wondering why my feed wasn't loading.
January 9th, 2007 at 02:25 PM
I also switched servers, so I think it may take some time for the DNS to propagate to Feedburner.
January 9th, 2007 at 06:27 PM
Congratulations! It can be tough making the switch but what a payoff - your site is looking great and feelin' snappy.
When I realized I could customize the urls I decided to go simple with it and I just did: "domain.com/permalink". I'm just grateful Mephisto lets us do what we want with routes.
January 10th, 2007 at 12:29 AM
Welcome to the meph!
You can easily change that in settings under "Article url style" too.
January 10th, 2007 at 05:53 PM
Thanks! I wanted to keep the Mephisto style of URLs, but just support backwards compatibility. I actually switched to just let lighty do the work:
January 10th, 2007 at 09:02 PM
Mephisto has its own internal redirects too, but using your speedy web server to do this is always the best solution. Nice to have you aboard, Cody!
January 11th, 2007 at 04:27 PM
Thanks Rick
January 18th, 2007 at 08:22 AM
finally someone I know using mephisto
expect to be asked about plugin making :-)