[Radiant] How to add a before_filter?

2012-02-20 Thread Chris Perkins
I'm redoing an existing website, and there is one thing I can't figure out how to do. I want to redirect some funky URLs that that the old website uses to the new, simpler ones that radiant uses. In a vanilla Rails app, I would add a before_filter in my ApplicationController, something like

Re: [Radiant] How to add a before_filter?

2012-02-20 Thread john
vapor is working (and as jason said does what you want) with a 1.0.0.rc4 site so should be fine with rc5 and the eventual 1.x releases. it could use some ui love but it's functional.

Re: [Radiant] Extending Radiant

2012-02-20 Thread Jim Gay
On Sun, Feb 19, 2012 at 9:03 AM, Christian Aust christian.a...@software-consultant.net wrote: Hi, I'm trying to extend Radiant 1.0-rc5 from within RAILS_ROOT, that is, I'm trying to add models, a controller, routes and such from my radiant site without the use of a separate extension. In my