Re: [Radiant] Thinking Sphinx and "undefined method `constantize' for nil:NilClass"

2012-04-26 Thread Jim Gay
I don't know this extension well, but have you looked into what's happening in this: /home/sts/.rvm/gems/ruby-1.9.3-p125@radiant/gems/radiant-sphinx_search- extension-0.9.5/lib/sphinx_search/radius_tags.rb:12:in `block in ' On Wed, Apr 18, 2012 at 8:15 PM, Stephen Sullivan wrote: > I've already p

Re: [Radiant] Missing Radiant Gem

2012-04-26 Thread Jim Gay
Can you uninstall 1.0.1 or use an rvm gemset? On Tue, Apr 24, 2012 at 1:24 PM, Raoul Alwani wrote: > Hi everyone, > > I just cloned a git repo for a Radiant project, and am trying to run > it on my development machine. > > $ script/server gives me this error message: > > Missing the Radiant  gem.

Re: [Radiant] search for extension by radiant version

2012-04-26 Thread Jim Gay
It's manual, but there is a search at http://ext.radiantcms.org/ On Thu, Apr 26, 2012 at 1:06 AM, ferriswheel wrote: > hello, > > is there a way to find the extensions grouped by radiant version > number? > > > regards > > john -- Write intention revealing code #=> http://www.clean-ruby.com

Re: [Radiant] Re: Mailer Extension, Mail gem, and AWS-SES

2012-04-26 Thread Jim Gay
Thanks for tackling this. The mailer extension is one of the oldest and had the most cooks in the kitchen. At one point (don't know if that's still true) it defined the "send" method, which caused me all kinds of frustration. On Tue, Apr 24, 2012 at 8:14 PM, Jordon Bedwell wrote: > Technically it

Re: [Radiant] Re: Mailer Extension, Mail gem, and AWS-SES

2012-04-26 Thread Jordon Bedwell
Technically it lies about it's dependencies as if it's working with Rails 3 which does have mail gem as a dependency. Anyway the problematic line is https://github.com/radiant/radiant-mailer-extension/blob/master/app/controllers/mail_controller.rb#L11 which passes in a few options that aren't requ

Re: [Radiant] Re: Mailer Extension, Mail gem, and AWS-SES

2012-04-26 Thread Jordon Bedwell
I actually take that back, I responded way to fast, it looks like it doesn't have a dependency it defines it in the model for some /very odd/ reason instead of as a helper or lib so I missed it entirely since I did not see that kind of logic coming. Anyways if he is using the Mail gem with this ge

[Radiant] search for extension by radiant version

2012-04-26 Thread ferriswheel
hello, is there a way to find the extensions grouped by radiant version number? regards john

[Radiant] Missing Radiant Gem

2012-04-26 Thread Raoul Alwani
Hi everyone, I just cloned a git repo for a Radiant project, and am trying to run it on my development machine. $ script/server gives me this error message: Missing the Radiant gem. Please `gem install -v= radiant`, update your RADIANT_GEM_VERSION setting in config/environment.rb for the Radian

[Radiant] CRUD - To be or not to be on RADIANT?

2012-04-26 Thread jam...@gmail.com
Hi Folks! Well, my question is newbie! I'm new on Ruby on Rails. I need to do a blog with a custom CRUD for School Register. Name, Address, and other stuffs. What do you (most experienced Ruby Programmers) recommend? Use the RADIANT CMS and change to my requirements or do an application from scr

[Radiant] CRUD | to be or not to be on RADIANT?

2012-04-26 Thread Rey
Hi Folks! Well, my question is newbie! I'm new on Ruby on Rails. I need to do a blog with a custom CRUD for School Register. Name, Address, and other stuffs. What do you (most experienced Ruby Programmers) recommend? Use the RADIANT CMS and change to my requirements or do an application from scr

[Radiant] Thinking Sphinx and "undefined method `constantize' for nil:NilClass"

2012-04-26 Thread Stephen Sullivan
I've already posted this issuein the Thinking Sphinx group, so I figured posting it here as well would be a good idea. Any help would be greatly appreciated. I'm not sure if this problem stems from Thinking Sphinx o

[Radiant] error running integration specs for radiant 1.0.1 app

2012-04-26 Thread Craig Ambrose
Hi everyone, I have an app I have upgraded from 0.8.6 to 1.0.1, and all the specs are working fine, except for the integration specs. Running them generates the following error immediately: no such file to load -- file_not_found_page (MissingSourceFile) /Users/craig/.rvm/gems/ruby-1.8.7-p334@nzff