[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: 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 w...@spanner.org wrote: On 13 Dec 2010, at 09:01, rcz wrote: In Radiant CMS when I'm trying to save any page

[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)

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

2010-12-17 Thread rcz
thanks, i try that. On 16 дек, 22:33, Joshua Danger French j...@vitamin-j.com 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're on RSpec 2, try