| Path: | doc/README_FOR_APP |
| Last Update: | Sun Jun 08 16:18:36 -0500 2008 |
RailsDB is a web application written in Ruby using the Ruby on Rails web framework to provide a generic interface to popular open source databases such as MySQL, PostgreSQL, and SQLite.
gem install rails -v=2.0.2
gem install rake
gem install sqlite3-ruby
gem install mysql or gem install mysql -- --with-mysql-dir=/usr/local/mysql
gem install postgres
gem install paginator
RAILS_ENV=development rake db:migrate
RAILS_ENV=development rake db:migrate VERSION=0
script/server
u: railsdb p: changeme
Run "rake doc:app" to regenerate API documentation for the models, controllers, helpers, and libraries.