diff options
author | Alexey Vakhov <vakhov@gmail.com> | 2012-05-04 12:54:20 +0400 |
---|---|---|
committer | Alexey Vakhov <vakhov@gmail.com> | 2012-05-22 08:59:25 +0400 |
commit | a060c41ef77cf3a0e4d236a70f3fef260ff9a261 (patch) | |
tree | 6f4d86f7bb016ec2221f6dd4795e6e7589992a0f /railties/lib/rails/engine/railties.rb | |
parent | 1447aca70f231f07eedee9572bd45da6a175262b (diff) | |
download | rails-a060c41ef77cf3a0e4d236a70f3fef260ff9a261.tar.gz rails-a060c41ef77cf3a0e4d236a70f3fef260ff9a261.tar.bz2 rails-a060c41ef77cf3a0e4d236a70f3fef260ff9a261.zip |
Use relative path to sqlite3 db in `rails db` command
Rails uses sqlit3 db file with a path relative to the rails root. It
allows to execute server not from rails root only. For example you
can fire `./spec/dummy/script/rails s` to start dummy application
server if you develop some engine gem.
Now the `rails db` command uses relative paths also and you can explore
your dummy db via `./spec/dummy/script/rails db` command.
Diffstat (limited to 'railties/lib/rails/engine/railties.rb')
0 files changed, 0 insertions, 0 deletions