Displaying 20 results from an estimated 25 matches for "radiantcm".
Did you mean:
radiantcms
2006 Aug 10
1
Radiant CMS 0.5.1 - Gemdust
I am pleased to announce the release of Radiant 0.5.1 Gemdust:
http://radiantcms.org/download/
This is primarily a security update. A critical security vulnerability
has been discovered in Rails 1.1.5. It is therefore highly recommended
that you upgrade immediately. Apart from the Rails 1.1.5 upgrade, this
release includes a number of small enhancements. From the change lo...
2008 Jul 27
1
Radiant CMS 0.6.8 "Incise" Release
Looks like it''s time for another release of Radiant:
http://radiantcms.org/download/
Radiant 0.6.8 "Incise" adds a number of new features that enhance
support for
extensions and completes the project''s move to github. Of special note are:
* Extension installer/uninstaller scripts (script/extension) and a global
''extension registry'&...
2009 Feb 15
0
Radiant 0.7.1 - Engraving Release (bugfix)
Looks like it''s time for another release of Radiant:
http://radiantcms.org/download/
Radiant 0.7.1 Engraving is a bugfix release that corrects two errors
in the user-interface. The contents of page-parts will now maintain
escaped HTML characters across saves, and the tag reference will now
properly display when ''<normal>'' is selected as the...
2006 May 01
17
Radiant CMS
I am pleased to announce that Radiant CMS is now publically available
from the Subversion repository at:
http://radiantcms.org/
What is Radiant?
----------------
Radiant is a no-fluff, open source content management system designed
for small teams. It is similar to Textpattern or MovableType, but is a
general purpose content management system (not a blogging engine).
Radiant features:
* An elegant user interf...
2006 Jun 30
0
Radiant CMS 0.5 - Grindstone
...* A caching system which expires pages every 5 minutes
* Built using Ruby on Rails (which means that extending Radiant is
as easy as any other Rails application)
* Licensed under the MIT-License
* And much more...
There''s even a live demo over on the project Web site:
http://radiantcms.org/demo/
INSTALLATION
We''ve worked hard to make it easy to install Radiant. For starters you
can download it with Ruby Gems:
% gem install --include-dependencies radiant
Once the Radiant gem is installed you have access to the `radiant`
command. The `radiant` command is similar to...
2006 Aug 11
0
Radiant CMS 0.5.2 - Raildust
Looks like it''s time for another release of Radiant:
http://radiantcms.org/download/
This is primarily a security update. A critical security vulnerability
has been discovered in Rails 1.1.4 and previous versions. Rails 1.1.6
seems to fix the problem. This version of Radiant is identical to 0.5.1
apart from the Rails upgrade. It is highly recommended that you upgr...
2007 Nov 10
0
Radiant 0.6.4 - Gem Shaper Release
Looks like it''s time for another release of Radiant:
http://radiantcms.org/download/
This release contains a few major changes as well as numerous bug-fixes and
enhancements. Included in the release are Rails 1.2.5, Prototype 1.6 and
script.aculo.us 1.8. Significant refactorings have been done to the
admin UI Javascripts, thanks to Mislav Marohnic. The release als...
2007 Jun 28
7
new to rails... suitable for what I wanna do?
Hi,
I have created and now maintain the website ratsdeville.com (http://
ratsdeville.com/index_e.html for english) for my brother. He creates
more and more content for it each week and I''m seriously feeling the
pain now archiving everything manually and making sure that links
works once items are archived (which I lost control of).
Like you can see, it is basically a news site about art
2006 Aug 17
0
Radiant 0.5.2 - Bad Zip and Tgz Packages
...aching system which expires pages every 5 minutes
* Built using Ruby on Rails (which means that extending Radiant is
as easy as any other Rails application)
* Licensed under the MIT-License
* And much more...
There''s even a live demo over on the project Web site:
http://radiantcms.org/demo/
CHANGELOG
* Upgraded Rails to 1.1.5
* Added basic support for upgrades to the `radiant` command
* Gem now includes the .htaccess file (this should make Apache users
happier)
* Updated icon for layouts
* Migrations are now repaired so that you can run `rake migrate` to
crea...
2006 Jul 04
11
Any CMS for Ruby on Rails..
Well i want to make a photography community site on the lines of
www.gfxartist.com , www.terminus1525.ca, www.phirebrush.com
Where the community votes for every subbmission from a artist and can
comment (like a forum)..
Now gfxartist has used probably SMARTY,php,and their own CMS.
terminus used Drupal,Gallery 2.Some one tells me that this combo is
heavy on resources and slows down sites.
2006 Jun 01
5
Content Management System
...a good CMS based on Rails that has at least these
attributes:
1. Ease of use ( as it will be used by people who are not html literate)
2. Very easy/flexible to change layout.
So far I have looked at
http://rcms.oopen.de/Home/ (have not installed it yet)
http://adminpages.flowdev.de
http://demo.radiantcms.org/admin/pages
http://www.eribium.org/eribium/
MuraveyWeb does not seem to be active anymore.
Anything else around free or paid version?
--Jeet
--
Posted via http://www.ruby-forum.com/.
2008 Aug 25
21
How much test data to use in specs
I''m not sure how much test data I should be using in my specs. I''m
writing specs for the Property model in my Rails app. Its "address"
attribute is going to be validated with this regex:
/\A\d+[a-z]? [-'', a-z]{2,128}\Z/i
At the moment, my plan is to spec out the following possibilities. A
property is invalid if its address:
1) doesn''t begin with
2006 Jul 31
2
Testing the flash.now
...This will only show up on this action.''
How do I test it? Normally I would do:
assert_equal ''This will only show up on this action.'', flash[:notice]
But this doesn''t seem to work with flash.now.
Any thoughts?
--
John Long
http://wiseheartdesign.com
http://radiantcms.org
2008 May 30
2
Any good Rails example app created with RSpec and Rspec on Rails?
Hi,
I''m pretty new to RSpec. I''ve been browsing http://opensourcerails.com
to find a good app built using RSpec (and RSpec on Rails). Does
anybody have a recommendation?
I wanna see example of mocks/stubs, associated models and integrated_view.
-T
2008 Mar 18
11
"Why not MockEverthing" or why use fixtures for all tests?
...o have a working app with lots of tests. From all my apps that I
have worked on this has by far the lowest coverage both in profile and
in test value. There is no discussion we are all committed to tests.
To better see what constitutes good practice I recommend you to
inspect the source of RadiantCMS a beautiful and well engineered app
recently rewrote to use rspec instead of Test::Unit:
http://dev.radiantcms.org/browser/trunk/radiant/spec
Observe how the code is restrained in mocking, real objects are
preferred wherever possible. Incidentally they don''t use fixtures
rather fa...
2006 May 12
21
Drupal vs. Ruby on Rails
...am for RoR.
Maybe i can formulate the question in a different way: when to use a CMS
(not necessarily drupal but e.g. Radiant CMS) and when to use Ruby on
Rails?
I think if you *really* want just the usual functionality of a CMS, i.e.
like WordPress for blogging, then you can do well with
drupal/radiantCMS/WordPress/whatever. That means you install it and use it.
But if you want a little bit of this, a little bit of that later (and i
think that''s exactly our case, maybe it won''t be even a little but
rather a bigger set of features) then i think in the long term it is
better to go...
2006 Jul 31
3
Soapbox
Hi all,
I thought y''all might be interested in seeing a newly released website
named Soapbox which was written in Rails.
Soapbox features reviews of products, businesses, services, and anything
else you can think of written by the people *you* care about.
http://soapboxit.com
Thanks!
Duff OMelia
--
Posted via http://www.ruby-forum.com/.
2006 May 09
2
A rails CMS
A client has posed me the task of creating a CMS for a customer
facing website using Ruby on Rails.
Are there any such projects already underway? If not, is a basic CMS
going to be too much for one developer to handle? (I can probably
outsource a bit but the budget isn''t massive)
The project is scheduled to last for 3 months and will probably
involve some basic marketing pages,
2006 May 26
1
cannonical open source rails apps?
What do you think are the best examples of open source rails apps?
I keep a copy of typo trunk around just to look at the code to see
how they''ve solved a problem. Do you know other apps that you
consider particularly well written?
Thanks
--
- Stephen Bannasch
Concord Consortium, http://www.concord.org
2007 Jul 19
0
[mongrel_cluster] hosting multiple web sites via apache mod_proxy_balancer
...e VirtualHost.
I followed codahale http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/
mixed with Wiki Radiant (I use Radiant as a rails apps to be deployed, 1 domain 1 radiant sites with its own document tree (public,log,config etc.) http://wiki.radiantcms.org/How_To_Host_Multiple_Websites_by_using_mod_proxy
On my machine, I noted only one radiant site is going to be served, the one that corresponds to cwd parameter of the mongrel_cluster.yml config file
user: mongrel
group: mongrel
cwd: /var/radiant/domainA.com
log_file: /tmp/mongrel.log
port: 80...