[Radiant] Re: Radiant Edge on Heroku

2011-09-01 Thread Dave
Adding to my last post... I decided to try the instructions on using edge. So I ran the rake freeze and got to the point where I wanted to run the site. It complained about not having all the gems, so I ran bundle install. That complained about not having radiant 1.0.0.rc3. Nice... I do not see

Re: [Radiant] Re: Radiant Edge on Heroku

2011-09-01 Thread Jim Gay
Dave, You can definitely run radiant on Heroku. We're actively in the process of trying to get 1.0 out and the issue with the Gemfile.lock has come up and we're addressing it. I've not looked at the wiki about that in a while, but we'll update the information when its available. You should be

Re: [Radiant] Radiant Edge on Heroku

2011-09-01 Thread Wes Gamble
Dave, I'm currently running Radiant 1.0.0 RC2 on Rails 2.3.11 on Heroku without incident, using Radiant as a gem and not installing it to vendor/radiant. I created the app. using the radiant app generator command, so, for example, I don't have an app directory. Here's my Gemfile: source

[Radiant] Re: Radiant Edge on Heroku

2011-09-01 Thread Dave
Hi Wes, Inspiring. I know it works now too. I am puzzled though about why the Admin is rendering with no assets. I am using the same technique as you... I need to play more with this system obviously but it is frustrating... glad I am on the right track now though... I know those assets exist in

Re: [Radiant] Re: Radiant Edge on Heroku

2011-09-01 Thread Wes Gamble
When you say rendering with no assets, are you expecting that the Asset Manager automatically knows about images, etc. in your app., because it doesn't. What do you expect to see that you aren't seeing? Please be specific. W On 9/1/11 2:11 PM, Dave wrote: Hi Wes, Inspiring. I know it works

[Radiant] Re: Radiant Edge on Heroku

2011-09-01 Thread Dave
Hi, Any page on heroku with admin/ like admin/login renders with no assets. The layout calls for something like stylesheets/admin/ main.css, but that is 404. As are all the other assets like images and javascripts. They are present localhost development and production... so why when the code