Displaying 20 results from an estimated 1000 matches similar to: "Simple websites (no DB?) with Rails??"
2012 Sep 11
3
Which Static Web Generator should i use?
i know average ruby language. i sort out two static web generator* **Nanoc*
and *Middleman* my requirements are:-
1. easy to customize
2. easy to learn
3. more resources to learn
so tell me which one will be better for me Nanoc or Middleman?
Thanks for Reading
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post
2007 Aug 17
3
Problem Installing RMagick
Okay, so I am setting up a brand new Macbook and can''t seem to get
RMagick or ImageMagick to install with Darwin Ports. Can anyone give
me some insight as to why this may be failing? I get the same error
when I do a "sudo port install imagemagick".
Thanks!
sudo port install rb-rmagick
Password:
---> Building XFree86 with target World
Error: Target org.macports.build
2016 May 24
1
Wiki account, WebsiteVer2 and site docs
On 05/23/2016 03:42 PM, Oliver Leaver-Smith wrote:
> Hi Jim
>
> More than happy to help out with this. I have taken a look at the open
> tickets on bugs.centos.org to see what sort of things need doing
There aren't many open tickets there, as the website hasn't had that
much focus.
> I have checked the wiki but can't find the following, apologies if I
> have
2007 Feb 15
7
Mongrel Monitoring...
I have a website that is running Mongrel that is CONSTANTLY going down.
There seems to be no rhyme or reason... There must be something in the
way the site was written.
Is there a recommended Mongrel monitoring tool that will monitor our
sites mongrel services and restart mongrel when the site goes down?
The server is a UNIX machine...
Thanks!!
Roy
-------------- next part
2012 Oct 16
5
`method_missing_without_paginate': undefined method `class_attribute' for ActiveRecord::Base:Class
hi
i am using radiant 0.8.2 , rails 2.3.4, ruby 1.8.7 and rubygems 1.4.2. and
i can''t able to run my existing application.
error occurred :
run command for server "script/server -e production -p 3001"
error:
=> Booting WEBrick
=> Rails 2.3.4 application starting on http://0.0.0.0:3001
config.gem: Unpacked gem rack-rewrite-1.2.1 in vendor/gems has no
specification
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:
2008 Nov 28
2
Webgen as a backend for a end-user friendly CMS?
Hi all,
I just had the idea of using webgen as a backend for an end-user
friendly CMS. Such an end-user would for example be someone who has no
programming or computer skills that go beyond using M$ Word. After
logging into a friendly, graphic-based admin area of the website (e.g.
PHP or Ruby-based), he/she can easily create, change, delete menu nodes,
text content, and do a lot of other
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'' at
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 log:
WHAT IS
2006 Aug 01
6
Mongrel crash
Hi. A mongrel/rails installation (proxyed through apache) is crashing
for some reason with the following error found in the mongrel.log:
ERROR: meta.c (179): wmf_header_read: this isn''t a wmf file
/root/local/radiant/config/../vendor/rails/activerecord/lib/active_record/base.rb:2068:
[BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-linux]
Fedora 5
mongrel: 0.3.13.3
Apache/2.2.0
2003 Aug 25
1
Samba 3 problems with file read/writes
I just updated my web server box, running Debian testing, to samba v3, and
am having some problems with a share. Can anyone advise me on this?
I have a share called "allsrvr" which is defined in my smb.conf file as
follows. Please note that security isn't an issue here. The server is
connected to my home system via a VPN and all smb/cifs ports are closed to
the world at the
2003 Apr 17
3
Internal Error 2352
Hi guys
I downloaded and compiled the latest Wine verson and I got the following error msg from the Windoes Installer. The installer wizard fired up properly, asked a few questions and started to copy the application out when it returned an internal error 2352. Below is from the msievent.log.
My .wine/config is the standard conf except for minor adjustment to /mnt/floppy and /mnt/cdrom.
2008 Jan 16
10
Towards a 1.0 release
Hey everybody.
I''ve been using Facebooker on several projects over the last few
months and feel like it is really starting to mature. I''d like to push
towards a 1.0 release within the next month. I''d really like
everybody''s input on what still needs to be done, as well as some help
in wrapping things up. I''ve created a list of things that still
2008 Mar 06
2
Radiant CMS
Hi,
Could Please tell me how can we use radiant CMS in our application. Is
this radiant cms is famous for ROR? Is there any other way to create CMS
ror application.
Thank you,
srinivas rao.pala
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Nov 01
5
monster method (too hard for my skill level)
I need to write a method for calculating the fee for medical
procedures with respect to area. I have all the tables and data but
its hard to give that here. Can someone take a look at this ''stub''
method and help me out?
def calculate_fee
# strip out the first 3 numbers of the user entered zip code
# use those 3 numbers to identify row in [zipcodes table] (between
upper and
2006 Oct 07
2
Proxying Apache to Mongrel, not sure if Apache is serving up static files
Let''s try this one...
I have Apache 2.0.55 set up and also have Mongrel set up. I have
Radiant set up running under Mongrel, and have Apache proxying to the
Mongrel instance. That all seems to be working fine.
I thought I''d modify the settings a bit to let Apache serve up the
static files - images, stylesheets, etc. I have it set up, and am not
getting any errors.
However.
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.
2004 May 18
4
Strange problem with 3.0.4
Dear list,
I recently updated my servers from 3.0.2 to 3.0.4.
After that upgrade I discover a strange problem:
I can mount/browse/whatever shares with Windows Explorer, MSIE, Firefox
... but I cannot use a mounted share with Macromedia Homesite. I can't
see anything in my logs, I allways get a "Connection refused. Maybe you
are not authorized to use this share."-message.
I
2007 Jul 19
4
[mongrel_cluster] hosting multiple web sites via
Jeff try adding to your mongrel_cluster.yml
:docroot: /var/radiant/domainA.com/public
--
Together we can solve any issue.
2015 Jan 05
2
http://www.centos.org/ Help menu anchor
On Sun, Jan 4, 2015 at 3:44 PM, Karsten Wade <kwade at redhat.com> wrote:
> On 01/02/2015 01:27 PM, PatrickD Garvey wrote:
>> On http://www.centos.org/, the Help in the navbar is described by
>> the anchor
>>
>> <a
>> href="http://wiki.centos.org/Documentation?action=show&redirect=GettingHelp
>>
>>
>