Ruby on Rails Tutorial: sample application This is the sample application for Ruby on Rails Tutorial: Learn Rails by Example by Michael Hartl. == Welcome to Rails Rails is a web-application framework ...
database/ ├── Gemfile # Ruby gem dependencies ├── Rakefile # Rake tasks for database management ├── config.ru # Rack configuration for HTTP server ├── README.md # This file │ ├── config/ │ └── ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...