can someone help me google a tutorial how to access the data that was inserted into a rails app.
group :development do
gem 'sqlite3'
end
group :production do
gem 'pg'
end
I know this is where it is stored, just could not find a good step by step tutorial. Thx, Bumbledebee