Re: [Radiant] Redirecting a user after login

2011-09-14 Thread Hans Hübner
Hi Joshua, thank you for getting back! I am not using any authentication library or plugin. I was hoping to use the user and session model that Radiant provides, but I may be missing something, or maybe the Rails way to do it would be something else? Again, any pointers would be appreciated.

Re: [Radiant] Radiant Edge Install issues

2011-09-14 Thread William Ross
On 14 Sep 2011, at 15:58, Dave wrote: snip Is there a way to use the radiant gem and have it play nice without the vendored rails...??? I am quite capable of using Bundler and my Gemfile to ensure Radiant is happy, but apparently this is not possible with the current radiant gem? What

[Radiant] Re: Radiant RC2 - Assets - Uploading a Video Error

2011-09-14 Thread James Martens
So... No one has tried to upload a video asset? I cannot believe I am the only one who has come across this issue, and it has recurred on multiple machines. The absence of this file seems to me to be a glaring oversight. Anyone having any insight whatsoever, I am begging for your help! Thanks!

[Radiant] Re: Radiant Edge Install issues

2011-09-14 Thread Dave
Hi William, Here is one thing for you. command: radiant myApp errors out with... /Users/campista-socialista/.rvm/gems/ree-1.8.7-2011.03@radiant/gems/ radiant-1.0.0.rc3/bin/../config/../config/preinitializer.rb:18: Bundler couldn't find some gems: Could not find chunky_png-1.2.1 in any of the

[Radiant] Re: Radiant Edge Install issues

2011-09-14 Thread Dave
Hi, In fact, now that I try and create a site with the new radiant gem, all it does it error out on missing gems. Yay. On Sep 14, 12:42 pm, Dave hunkyb...@gmail.com wrote: Hi William, Here is one thing for you. command: radiant myApp errors out with...

[Radiant] Re: Radiant RC2 - Assets - Uploading a Video Error

2011-09-14 Thread James Martens
FYI for anyone else who runs into this oddball of an error, I fixed it by copying the frame_grab.rb file from the /usr/lib/ruby/gems/1.8/gems/ radiant-1.0.0.rc2/vendor/extensions/clipped/lib/paperclip/ dir to the / lib directory in my project. I am skeptical that it's a path or permission error

[Radiant] Re: Radiant Edge Install issues

2011-09-14 Thread Dave
Seems the gemspec builds a gem that cannot actually install anything, as it depends on gems it did not install in the first place. Other then hand editing the radiant gems lockfile is there an easier way to use the rc3 gem??? On Sep 14, 12:58 pm, Dave hunkyb...@gmail.com wrote: Hi, In fact,

[Radiant] Re: Radiant Edge Install issues

2011-09-14 Thread Dave
It does not work at all. This is not deprecation noise. The radiant rc3 gem cannot install a new App since it cannot access any of the gems it needs to work? This is not the intended behaviour I am sure. Thanks On Sep 14, 1:17 pm, Dave hunkyb...@gmail.com wrote: Seems the gemspec builds a gem

Re: [Radiant] Re: Radiant Edge Install issues

2011-09-14 Thread William Ross
On 14 Sep 2011, at 18:17, Dave wrote: Seems the gemspec builds a gem that cannot actually install anything, as it depends on gems it did not install in the first place. Other then hand editing the radiant gems lockfile is there an easier way to use the rc3 gem??? You shouldn't need to

[Radiant] Re: Radiant Edge Install issues

2011-09-14 Thread Dave
Hi, It is not just chunky-png... that gem is listed in the rc3 gems lockfile to be nothing but version 1.2.1 but the gemspec installs 1.2.4. Now, if that was the only gem with a problem it would be nothing.. to fix.. but it is a lot of gems... too many to deal with by hand. Another one...

[Radiant] Re: Radiant Edge Install issues

2011-09-14 Thread Dave
Also, there is no gem show command with rubygems 1.8.10. I am not sure what you meant there? Did there used to be a gem show command and it is now something else? Thanks! On Sep 14, 1:27 pm, William Ross w...@spanner.org wrote: On 14 Sep 2011, at 18:17, Dave wrote: Seems the gemspec

[Radiant] Re: Radiant RC2 - Assets - Uploading a Video Error

2011-09-14 Thread James Martens
Yes, you do need ffmpeg installed - RC2 will simply not boot without it, in my (admittedly limited) experience with RC2, so this requirement has been met already in my dev and production servers. The issue I can see is that radiant was looking for a ruby file in the local project directory when

Re: [Radiant] Re: Radiant RC2 - Assets - Uploading a Video Error

2011-09-14 Thread William Ross
On 14 Sep 2011, at 19:11, James Martens wrote: Yes, you do need ffmpeg installed - RC2 will simply not boot without it, in my (admittedly limited) experience with RC2, so this requirement has been met already in my dev and production servers. The issue I can see is that radiant was looking

[Radiant] Re: Radiant RC2 - Assets - Uploading a Video Error

2011-09-14 Thread James Martens
You make a very compelling case for upgrading Will. The absence of vendored gems/inclusion of bundler is a huge asset to me. I will have to assess when it's released, maybe try an upgrade on a separate github branch for my project. We have made *extensive* mods to the member extension however