[Radiant] Page saving error

2010-12-13 Thread rcz
In Radiant CMS when I'm trying to save any page that has any PageType but "normal" (Archive, Index,etc.) I get this error: NoMethodError in Admin/pagesController#update undefined method `[]' for nil:NilClass With clean Radiant everything's work, my radiant carried with some extension, which may

[Radiant] Re: How to down migrate an extension?

2010-12-13 Thread rcz
try this Rake radiant:extensions:sns:migrate VERSION=0 On 13 дек, 15:21, Kevin Triplett wrote: > Hi all, > > New to Radiant and lovin' it so far. But I've been trying to find out > how to down-migrate an extension migration so I can remove the > extension. > > Specifically, I'm trying to migrate

[Radiant] Re: attach asset management to a custom extension

2010-12-13 Thread rcz
On 10 дек, 21:27, Sjors Branderhorst wrote: > For a few days now I have been trying to find 'the' elegant wat to > connect a file-upload dialog; or asset-picker; in a custom extension. > Does anyone have a clue on how to tackle this the 'radiant' way? > > Even picking from the asset bucket insid

[Radiant] Re: Page saving error

2010-12-13 Thread rcz
No, application is in production mode, though I tried to put the line in environment.rb file, but it didn't help. Anyway thank you for answer. On 13 дек, 22:39, Joshua Danger French wrote: > On Dec 13, 2010, at 4:01 AM, rcz wrote > > > In Radiant CMS when I'm trying to save

[Radiant] Re: Page saving error

2010-12-13 Thread rcz
Many thanks!! Your advice solved my problem. Page_fields extension use that method. I've prepended it as you suggested, and now all work perfectly. On 14 дек, 01:19, William Ross wrote: > On 13 Dec 2010, at 09:01, rcz wrote: > > > In Radiant CMS when I'm trying to save

[Radiant] Adding-Custom-Radius-Tags

2010-12-16 Thread rcz
I'm trying to write my own extension. I've followed this article https://github.com/radiant/radiant/wiki/Adding-Custom-Radius-Tags. I've written first spec files custom_tags_spec.rb. Now whenever I call rake spec I get this error (in F:/Work/Rails/Radiant/Blogg/vendor/extensions/custom_tags) rak

[Radiant] Re: Adding-Custom-Radius-Tags

2010-12-17 Thread rcz
thanks, i try that. On 16 дек, 22:33, Joshua Danger French wrote: > On Dec 16, 2010, at 3:17 AM, rcz wrote: > > > no such file to load -- spec/rake/spectask > > What version of RSpec do you have installed? "spec/rakespectask" is the > include for RSpec 1. If you

[Radiant] Re: freezing edge submodules and git

2010-12-24 Thread rcz
You want to have edge radiant? May be there is a better way to get an edge radiant, but i prefer to clone radiant from its repository with this command git clone --recursive git://github.com/radiant/radiant.git vendor/radiant On 23 дек, 17:35, Simon wrote: > I've been getting lots of challenging