Sha256: b19e1639fbed0646ecea697f0e0a2851527af5278c594828ecce994d5b3e2b2a

Contents?: true

Size: 368 Bytes

Versions: 40

Compression:

Stored size: 368 Bytes

Contents

#          Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com
# All files in this distribution are subject to the terms of the Ruby license.

require 'ramaze/store/default'

TodoList = Ramaze::Store::Default.new('todolist.db')

{
  'Laundry'     => {:done => false},
  'Wash dishes' => {:done => false},

}.each do |title, value|
  TodoList[title] = value
end

Version data entries

40 entries across 40 versions & 7 rubygems

Version Path
Pistos-ramaze-2008.09 examples/app/todolist/src/model.rb
Pistos-ramaze-2008.12 examples/app/todolist/src/model.rb
Pistos-ramaze-2009.01 examples/app/todolist/src/model.rb
Pistos-ramaze-2009.02 examples/app/todolist/src/model.rb
clivecrous-ramaze-0.3.9.5 examples/todolist/src/model.rb
manveru-ramaze-2008.07 examples/app/todolist/src/model.rb
manveru-ramaze-2008.08 examples/app/todolist/src/model.rb
manveru-ramaze-2008.09 examples/app/todolist/src/model.rb
manveru-ramaze-2008.10 examples/app/todolist/src/model.rb
manveru-ramaze-2008.12 examples/app/todolist/src/model.rb
manveru-ramaze-2009.01 examples/app/todolist/src/model.rb
ptomato-ramaze-2009.02.1 examples/app/todolist/src/model.rb
ptomato-ramaze-2009.02 examples/app/todolist/src/model.rb
starapor-slippers-0.0.0 examples/todolist/src/model.rb
starapor-slippers-0.0.1 examples/todolist/src/model.rb
starapor-slippers-0.0.2 examples/todolist/src/model.rb
starapor-slippers-0.0.3 examples/todolist/src/model.rb
starapor-slippers-0.0.5 examples/todolist/model/tasks.rb
starapor-slippers-0.0.6 examples/todolist/model/tasks.rb
starapor-slippers-0.0.8 examples/todolist/model/tasks.rb