Ah yes... solved... seems an errant config.ru used to power my
localhost version was to blame...
serves me right for not reading the bottom of the install docs for
versions...
On Sep 1, 3:31 pm, Dave wrote:
> Hi,
>
> Any page on heroku with admin/ like admin/login renders with no
> assets. The
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 runs
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
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
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:
sour
Hi,
I have a version I managed to hack running on my localhost with pow,
Radiant Version 1.0.0.rc2.
Tested it out and both development and production work fine... it
seems...
I then pushed it to heroku, and it runs there too... but none of the
assets work properly off the heroku version?
Why is
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 a
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 t
Hi,
I am trying to run on Heroku. I usually stick to Sinatra projects
where I write all the code, and am using Ruby 1.9.2 and latest gems
for everything.
I have a client that needs Radiant CMS for a project. I see Radiant is
still Rails 2.x and Ruby 1.8.7 amongst other things.
I have tried out t