Sha256: dc0e8adb755015e876f2bd8f0a6042ebab4fe568f6cbb54675cfe23fad2e64f6

Contents?: true

Size: 372 Bytes

Versions: 48

Compression:

Stored size: 372 Bytes

Contents

require 'rubygems'
require 'ramaze'

gem 'facets', '=1.4.5'
require '/home/manveru/prog/projects/nitroproject/glycerin'
require 'nitro'
require 'og'

class Article
  attr_accessor :title, String
end

Og.setup :store => :sqlite, :destroy => true

class MainController < Ramaze::Controller
  helper :nitroform

  def index
    form(Article.new).to_s
  end
end

Ramaze.start

Version data entries

48 entries across 48 versions & 6 rubygems

Version Path
Pistos-ramaze-2008.09 examples/helpers/nitro_form.rb
Pistos-ramaze-2008.12 examples/helpers/nitro_form.rb
Pistos-ramaze-2009.01 examples/helpers/nitro_form.rb
Pistos-ramaze-2009.02 examples/helpers/nitro_form.rb
Pistos-ramaze-2009.04.08 examples/helpers/nitro_form.rb
Pistos-ramaze-2009.06.12 examples/helpers/nitro_form.rb
clivecrous-ramaze-0.3.9.5 examples/nitro_form.rb
manveru-ramaze-2008.07 examples/helpers/nitro_form.rb
manveru-ramaze-2008.08 examples/helpers/nitro_form.rb
manveru-ramaze-2008.09 examples/helpers/nitro_form.rb
manveru-ramaze-2008.10 examples/helpers/nitro_form.rb
manveru-ramaze-2008.12 examples/helpers/nitro_form.rb
manveru-ramaze-2009.01 examples/helpers/nitro_form.rb
manveru-ramaze-2009.04.01 examples/helpers/nitro_form.rb
manveru-ramaze-2009.04.08 examples/helpers/nitro_form.rb
manveru-ramaze-2009.04.18 examples/helpers/nitro_form.rb
manveru-ramaze-2009.04.22 examples/helpers/nitro_form.rb
manveru-ramaze-2009.04 examples/helpers/nitro_form.rb
manveru-ramaze-2009.05.08 examples/helpers/nitro_form.rb
manveru-ramaze-2009.05 examples/helpers/nitro_form.rb