Displaying 3 results from an estimated 3 matches for "radiant_gem_version".
2009 Feb 15
0
Radiant 0.7.1 - Engraving Release (bugfix)
...URL and you should be off to the races. See the
README file in the release for additional details.
If you are interested in other download options, visit the download
page: http://radiantcms.org/download/.
UPGRADING FROM 0.7.x
1. Update the Radiant gem:
% gem update radiant
2. Change the RADIANT_GEM_VERSION constant in config/environment.rb
to "0.7.1".
5. Restart the server
UPGRADING FROM 0.6.5 - 0.6.9
1. Update the Radiant gem:
% gem update radiant
2. Change the RADIANT_GEM_VERSION constant in config/environment.rb
to "0.7.1".
3. Run the update rake task:
%...
2008 Jul 27
1
Radiant CMS 0.6.8 "Incise" Release
...URL and you should be off to the races. See the
README file in the release for additional details.
If you are interested in other download options, visit the download
page: http://radiantcms.org/download/.
UPGRADING FROM 0.6.x
1. Update the Radiant gem:
% gem update radiant
2. Change the RADIANT_GEM_VERSION constant in config/environment.rb
to "0.6.8".
3. Run the update rake task:
% rake radiant:update
4. Run migrations:
% rake db:migrate
5. Restart the server
UPGRADING FROM 0.5.x
The upgrade process changed significantly from last release, so listen
up! To upgrade an exi...
2007 Nov 10
0
Radiant 0.6.4 - Gem Shaper Release
...URL and you should be off to the races. See the
README file in the release for additional details.
If you are interested in other download options, visit the download
page: http://radiantcms.org/download/.
UPGRADING FROM 0.6.x
1. Update the Radiant gem:
% gem update radiant
2. Change the RADIANT_GEM_VERSION constant in config/environment.rb
to "0.6.4".
3. Run the update rake task:
rake radiant:update
4. Migrate the database (only necessary if upgrading from 0.6.2 or earlier):
rake production db:migrate
5. Restart the server
UPGRADING FROM 0.5.x
The upgrade process changed...