Re: [Radiant] Accessing Rails generators from a Radiant app

2011-02-08 Thread Enrico Teotti
Hi, I was looking for another devise thread on the ML and I found yours. Add this to script/generate to load an unpacked gem generators: gems_path = File.expand_path(File.join(RAILS_ROOT, %w(vendor gems))) sources << Rails::Generator::PathSource.new(:"gems (vendor/gems)", "#{gems_path}/*/**/{,rai

[Radiant] Accessing Rails generators from a Radiant app

2010-12-08 Thread Mario Aquino
I am just getting started on a new radiant site. I generated it via the radiant shell command (v0.9.1 gem). I would like to use devise as the authentication mechanism for the site. I came across a wiki page explaining how to do it: https://github.com/radiant/radiant/wiki/Using-Devise-as-an-auth