Re: [Radiant] Problem installing the settings extension

2010-05-04 Thread Jim Gay
On Tue, May 4, 2010 at 9:48 PM, Jim Gay wrote: > If you're on radiant 0.8 then you can checkout radiant-settings to this > commit: > > git checkout eec6e84dd7fc35ca94d2b50e9a12ef96d8b5d1d2 > > Otherwise settings is up to date for radiant 0.9. For that you can do > as Yevgeniy suggests and install

Re: [Radiant] Problem installing the settings extension

2010-05-04 Thread Jim Gay
If you're on radiant 0.8 then you can checkout radiant-settings to this commit: git checkout eec6e84dd7fc35ca94d2b50e9a12ef96d8b5d1d2 Otherwise settings is up to date for radiant 0.9. For that you can do as Yevgeniy suggests and install the prerelease gem, but all you'll need to do is run "rake r

Re: [Radiant] Problem installing the settings extension

2010-05-04 Thread Yevgeniy A. Viktorov
Or switch to 0.9rc: sudo gem install radiant --pre You will need to re-create your project: radiant new_project Or upgrade your project: rake radiant:update rake db:bootstrap ; !!! this will reset current database On Tue, May 04, 2010 at 07:07:45PM +0800, Pavel Timofeev wrote

Re: [Radiant] Problem installing the settings extension

2010-05-04 Thread Pavel Timofeev
Hi Jayakumar, Open the file vendor/extensions/settings/settings_extension.rb and replace lines 19-21 with this code: tab 'Settings' do add_item 'Application', '/admin/settings', :after => 'Extensions' end to this one: admin.tabs.add 'Application', '/admin/settings' It should help. Pavel On