<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ramaze.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ramaze.net/feed.php">
        <title>Ramaze</title>
        <description></description>
        <link>http://ramaze.net/</link>
        <image rdf:resource="http://ramaze.net/lib/images/favicon.ico" />
       <dc:date>2008-05-15T17:35:08+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ramaze.net/advanced-deployment?rev=1210774033&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramaze.net/getting-started?rev=1210625785&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramaze.net/faq?rev=1210470576&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramaze.net/features:loggers?rev=1210467540&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramaze.net/home?rev=1210372365&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramaze.net/unicode-handling?rev=1209929599&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramaze.net/documentation?rev=1209926214&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramaze.net/features:helpers?rev=1209836175&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramaze.net/features:templates?rev=1209166676&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ramaze.net/lib/images/favicon.ico">
        <title>Ramaze</title>
        <link>http://ramaze.net/</link>
        <url>http://ramaze.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ramaze.net/advanced-deployment?rev=1210774033&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-14T17:07:13+03:00</dc:date>
        <dc:creator>Clint Pachl</dc:creator>
        <title>advanced-deployment - fixed the nginx/thin deployment description</title>
        <link>http://ramaze.net/advanced-deployment?rev=1210774033&amp;do=diff</link>
        <description>Below are two general deployment implementations. The first is a very minimal setup that may be deployed on single box or with the front and back ends on separate boxes. It inherently lacks redundancy and scalability.

The second example is on the other end of the deployment spectrum and employs redundancy and is extremely scalable. It could possibly be deployed across eight boxes.</description>
    </item>
    <item rdf:about="http://ramaze.net/getting-started?rev=1210625785&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-12T23:56:25+03:00</dc:date>
        <dc:creator>Aman Gupta</dc:creator>
        <title>getting-started</title>
        <link>http://ramaze.net/getting-started?rev=1210625785&amp;do=diff</link>
        <description>The simplest way of installing Ramaze is to use the Rubygems package manager: 
$ gem install ramaze
 To get the latest Ramaze code from the darcs repository instead, read Contributing. Alternatively, install the latest Ramaze nightly gem: 
$ wget http://manveru.net/gems/ramaze-nightly/ramaze-nightly.gem
$ gem install ramaze-nightly.gem
 Note: For Windows users, you may wish to install the win32console gem. This will both satisfy the warning generated by ramaze as well as give you pretty colors w…</description>
    </item>
    <item rdf:about="http://ramaze.net/faq?rev=1210470576&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-11T04:49:36+03:00</dc:date>
        <dc:creator>Aman Gupta</dc:creator>
        <title>faq</title>
        <link>http://ramaze.net/faq?rev=1210470576&amp;do=diff</link>
        <description>Problem symptom: 
start.rb:1:in `require': no such file to load -- ramaze (LoadError) from start.rb:1
 Solutions (choose one): 

	*  ruby -rrubygems start.rb
	*  export RUBYOPT=-rrubygems
	*  require 'rubygems'  # before require 'ramaze'

 Make sure your template files have the right extension for the template engine you are using.</description>
    </item>
    <item rdf:about="http://ramaze.net/features:loggers?rev=1210467540&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-11T03:59:00+03:00</dc:date>
        <dc:creator>Aman Gupta</dc:creator>
        <title>features:loggers</title>
        <link>http://ramaze.net/features:loggers?rev=1210467540&amp;do=diff</link>
        <description>Available loggers: 

	*  LogHub
	*  Informer
	*  Analogger
	*  Syslog
	*  KNotify
	*  XOSD

The default logger is the LogHub which supports all other loggers (including itself) and serves as a kind of redirection.  The default logger within LogHub is the Informer, which prints nicely colored logs to stdout.</description>
    </item>
    <item rdf:about="http://ramaze.net/home?rev=1210372365&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-10T01:32:45+03:00</dc:date>
        <dc:creator>Ryan Grove</dc:creator>
        <title>home</title>
        <link>http://ramaze.net/home?rev=1210372365&amp;do=diff</link>
        <description>require 'ramaze'

class MainController &lt; Ramaze::Controller
  def index
    'Hello, World!'
  end
end

Ramaze.start






News

	*  The Ramaze source repository has been moved to GitHub  on May 8 2008
	*  Ramaze now runs on Rubinius on May 3 2008
	*  Luc Castera gave a presentation on Ramaze at Charlottesville beCamp on May 2 2008
	*  Ryan Grove agreed, Ramaze is beautiful  on April 29 2008
	*  Avdi Grimm featured Ramaze in On Beauty in Code on April 28 2008
	*  Ramaze mentioned in Juixe's Ruby …</description>
    </item>
    <item rdf:about="http://ramaze.net/unicode-handling?rev=1209929599&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-04T22:33:19+03:00</dc:date>
        <dc:creator>Sam Carr</dc:creator>
        <title>unicode-handling - created</title>
        <link>http://ramaze.net/unicode-handling?rev=1209929599&amp;do=diff</link>
        <description>For the most part, handling non-ASCII text is not a Ramaze concern. It's important that you understand how Ruby handles string encodings and how HTTP and HTML  handle them.

In Ruby 1.8.6 the String class is quite naive about encodings. It is essentially just an array of bytes internally, so handling anything other than ASCII requires understanding and careful thought. If you simply accept strings entered by the user, store them somewhere (e.g. a database) and then show them back to your users w…</description>
    </item>
    <item rdf:about="http://ramaze.net/documentation?rev=1209926214&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-04T21:36:54+03:00</dc:date>
        <dc:creator>Sam Carr</dc:creator>
        <title>documentation</title>
        <link>http://ramaze.net/documentation?rev=1209926214&amp;do=diff</link>
        <description>Resources for First Timers

	*  Getting started with Ramaze
	*  Deploying Ramaze
	*  Screencasts
	*  An introductory tutorial that accompanies the todolist example
	*  An introduction to Ramaze templating

Documentation

	*  Benchmarks
	*  Advanced Deployment
	*  Unicode Handling
	*  Ramaze source browser
	*  RDocs
	*  rcov coverage report</description>
    </item>
    <item rdf:about="http://ramaze.net/features:helpers?rev=1209836175&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-03T20:36:15+03:00</dc:date>
        <dc:creator>Sam Carr</dc:creator>
        <title>features:helpers</title>
        <link>http://ramaze.net/features:helpers?rev=1209836175&amp;do=diff</link>
        <description>CGI

Shortcuts for escape/unescape of the CGI module 

File

Helps you serving files from your Controller

Link

Provides easy ways to construct links to invoke your application's Controllers and Actions. The methods R and Rs construct hrefs to your controller actions. Rs is a shortcut version of R that assumes you mean the current controller, rather than specifying it as the first argument.</description>
    </item>
    <item rdf:about="http://ramaze.net/features:templates?rev=1209166676&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-26T02:37:56+03:00</dc:date>
        <dc:creator>Sam Carr</dc:creator>
        <title>features:templates</title>
        <link>http://ramaze.net/features:templates?rev=1209166676&amp;do=diff</link>
        <description>Ramaze supports most of the popular templating engines out of the box, and supports both inline and external templates. If an external template is found, the return value of an action is ignored and the template is rendered to the browser. Otherwise, the return value of the action is run through the templating engine associated with the controller.</description>
    </item>
</rdf:RDF>
