[Radiant] After installing radiant-copy-move and radiant-reorder-extension I get the following error...

2010-11-05 Thread Marc
ges" WHERE (parent_id IS NULL) ORDER BY position DESC LIMIT 1 I've rake production db:bootstrap —trace to see if that would fix things and get: Marcia:heroku_radiant marc$ rake production db:bootstrap --trace (in /Users/marc/src/radiant/heroku_radiant) ** Invoke production (first_time) *

[Radiant] Re: After installing radiant-copy-move and radiant-reorder-extension I get the following error...

2010-11-05 Thread Marc
Thanks for the answer… Ah, it helps to do both > rake db:bootstrap > rake db:migrate:extensions and > rake production db:bootstrap > rake production db:migrate:extensions I was running my server with in production… doh Still learning… Regards, Marc On Nov 6, 1:35 pm, Jim Gay

[Radiant] Help error "undefined method `middleware' for #"

2010-11-29 Thread Marc
Hi, I'm installing Radiant on Dreamhost and I'm getting "undefined method `middleware' for #" from the following line "config.middleware.use ::Radiant::Cache", 55, in config/ environment.rb. Passenger is reporting a number of different possible causes, of which I think "A required library may not

[Radiant] Re: Help error "undefined method `middleware' for #"

2010-11-29 Thread Marc
dded ENV['GEM_PATH'] ||= '/home/user/.gems:/usr/lib/ruby/gems/1.8' to the top of config/environment.rb The site is up! Thanks heaps. On Nov 30, 1:58 pm, Jim Gay wrote: > On Mon, Nov 29, 2010 at 6:54 PM, Marc wrote: > > Hi, > > > I'm installing Radiant on D

[Radiant] Re: Radiant as Rails3 engine & RADIANT_ROOT

2010-11-30 Thread Marc
if it would be possible to fix the rails version to say 2.3.8? If so what else should I be aware of? I don't think I can remove 3.0.3 as I'm not sure if it is in mine or from Dreamhost's installation. Marc

[Radiant] Re: Radiant as Rails3 engine & RADIANT_ROOT

2010-11-30 Thread Marc
That is good to know, and now means I have to work out why I am getting: undefined method `home_path' for # when creating the admin user… On Dec 1, 8:01 am, john muhl wrote: > On Tue, Nov 30, 2010 at 2:48 PM, Marc wrote: > > I was wondering if it would be > > possi

[Radiant] Re: Radiant as Rails3 engine & RADIANT_ROOT

2010-11-30 Thread Marc
I think the culprit was User Home. Disabled it and db:bootstrap happened, although some of the tables for extensions didn't get created… so the site is fragile at the moment… Almost at the point of starting over with the hope that it works out better than the first time… Marc On Dec 1, 8:

[Radiant] I'm confused...

2010-12-06 Thread Marc
production db:migrate after to try and fix that, but the admin pages seem to disallow any activity that would change the database… Regards, Marc

[Radiant] Re: I'm confused...

2010-12-06 Thread Marc
010 at 9:14 PM, Marc wrote: > > Hi All, > > > If I have a site with a number of extensions installed and I had to > > drop the database and want to reinitialise it what are the steps? > > > I've tried > >  rake production db:bootstrap --trace > > > w

[Radiant] CAPTCHA extension?

2011-01-02 Thread Marc
a snippet. That might not be a great issue as I get the impression that radiant-mailer forms can't be in a snippet anyway? Any thoughts, ideas, suggestions would be welcomed. This is the last bit I need to get a site up and in the wild… Thanks in advance, Marc

[Radiant] Looking for pointers: Access to request headers, intercept form submission early, etc...

2011-01-09 Thread Marc
provide pointers to how I can get at the form post before it is interpreted. I was looking at modifying the mailer extension to use obscured field names (part of getting http://nedbatchelder.com/text/stopbots.html techniques working). Thanks in advance, Marc

[Radiant] Re: Looking for pointers: Access to request headers, intercept form submission early, etc...

2011-01-10 Thread Marc
e so many pages on Radiant they presume detailed knowledge of Rails (I haven't touched Rails and Ruby since 1.x days of Rails, lots of Googling is the result :) ) > best, > > will Thanks for the response! Marc

[Radiant] Strange trouble creating a custom tag…

2011-01-13 Thread Marc
ame form. Radiant 0.9.1 and Rails 2.3.8. Is it because I'm injecting the tags into Page via Page.send :include, UiTags in the activate method of the extension initialisation code? Marc

[Radiant] Re: Strange trouble creating a custom tag…

2011-01-14 Thread Marc
Thanks. Did the trick. By context, do you mean being able to set the Page active within the tag, or something more broad? Marc On Jan 13, 9:38 pm, William Ross wrote: > On 13 Jan 2011, at 08:58, Marc wrote: > > > > > > > Hi, > > > I've been experimenting w

[Radiant] Tiny-Paper Extension and Paperclipped integration…

2011-01-14 Thread Marc
I have installed both the Paperclipped and Tiny-Paper extensions and all seemed fine until I tried to insert a Paperclipped image. It seems that I am getting the standard Rich Text Editor insert image dialogue rather than a customised one which is picture on this page http://blog.aissac.ro/2009/10/

[Radiant] Developing …

2011-01-18 Thread Marc
parts initially created with Stereotype extension. Thoughts? Marc

[Radiant] Re: send multiple emails with mailer?

2011-02-22 Thread Marc
. from: em...@email.com to: em...@email.com reply_to: em...@email.com fields: subject: contact[subject] Regards, Marc On Feb 22, 8:44 am, craayzie wrote: > I've installed the mailer extension and it works great! I'd like to > send a "thank you for contacting us

[Radiant] Re: send multiple emails with mailer?

2011-02-26 Thread Marc
t the code didn't suggest a clean way to be able to use the one form submission to generate two separate emails. Marc On Feb 25, 8:13 am, craayzie wrote: > Thanks for replying Marc. I could definitely go this route .. I'm > curious though - is there no way to do this w/ Mailer?

[Radiant] Re: Hebrew Date

2011-02-26 Thread Marc
A quick google search turned up http://deadprogrammersociety.blogspot.com/2006/11/new-hebruby-release.html . Your mileage may vary… On Feb 26, 7:48 pm, a...@akhlah.com wrote: > How do I  put todays Hebrew Date on a page in Radiant? I know how to do it > with the Gregorian date but is there a conv