Matt, Yes, I'm running instance mode with radiant 061 (I'm still unclear why radiant now has this "hybrid" set-up: somewhere between a plugin and a "normal" gem, but I'll trust the team's judgment on it). I followed your readme instructions and the radiant extension install instructions. So, I don't know what I'm missing. I had to add the include statements to make the app boot up, but after that I still get other errors, for instance, when i try to navigate to /admin.
Can you send my_app/config/environment.rb & my_app/config/routes.rb files for a working install? Also, are there any changes that need to be made w/in the radiant gem itself to make this work? Thanks, Luke Matt Parrish wrote: > Luke, > > Are you running Radiant in "instance mode" and version 0.6.1? It > looks like I didn't document that very well, but you should > initialize your project by running the following commands: > > radiant /path/to/your/project > cd /path/to/your/project > svn export svn://rubyforge.org/var/svn/radiantonrails/trunk vendor/ > extensions/radiant_on_rails > > Then you need to configure config/database.yml and follow the > instructions in vendor/extensions/radiant_on_rails/README. > > Try this out and let me know if your still having issues. I just did > it and it is working for me. > > Matt Parrish > http://www.pearware.org > > > On Jun 11, 2007, at 4:07 PM, Luke Wendling wrote: > > >> I added include statements to radiant's site_controller and >> welcome_controller and was at least able to boot up... >> >> >> Luke Wendling wrote: >> >>> I'm attempting to use RadiantOnRails but when trying to boot, I get a >>> NameError: no_login_required for Admin::WelcomeController on line >>> 8 of >>> radiant_extensions.rb. I added require statements to >>> welcome_controller.rb and to application.rb in the radiant gem but no >>> luck. Anyone else running into this? >>> >>> -Luke >>> _______________________________________________ >>> Radiant mailing list >>> Post: [email protected] >>> Search: http://radiantcms.org/mailing-list/search/ >>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant >>> >>> >>> >> _______________________________________________ >> Radiant mailing list >> Post: [email protected] >> Search: http://radiantcms.org/mailing-list/search/ >> Site: http://lists.radiantcms.org/mailman/listinfo/radiant >> > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
