mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
move rails app into src/, add Vagrantfile & puppet/ assets and add src/.gitignore file
This commit is contained in:
Vendored
BIN
Binary file not shown.
@@ -1,10 +0,0 @@
|
||||
task :load_recyclery_bike_db => :environmnent do
|
||||
puts "destroying old bike data"
|
||||
Bike.all.destroy
|
||||
file = "lib/assets/recyclery_bike_log.txt"
|
||||
puts "loading bike database from #{file}"
|
||||
File.foreach(file) do |line|
|
||||
data = line.split("|")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user