Sha256: 5f720223c174568e3d08303e705637cd2969fabc4825d04b8be2d5415fced115
Contents?: true
Size: 576 Bytes
Versions: 1
Compression:
Stored size: 576 Bytes
Contents
# TODO-Rails Make a simple TODO app on your web app with just two line of codes. It is really easy to share your tasks about your web app with other with this app. ## Installation Add this line to your application's Gemfile: ```ruby gem 'todo-rails' ``` And then execute: $ bundle Run ``` ruby rake db:migrate ``` Add ``` ruby mount TodoRails::Engine => "/todos", as: 'todo' ``` to your ``` routes.rb ``` and open ``` http://localhost:3000/todos ```. ## TODO: * Comments * Archieve items * The name of the person, whom this task belongs to * Date and time
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
todo_rails-0.1.0 | README.md |