Questions tagged [taps]

Taps – simple database import/export app

A simple database agnostic import/export app to transfer data to/from a remote database. Developed by Heroku it is now open source on Github: https://github.com/ricardochimal/taps

75 questions
1
vote
2 answers

Heroku Taps load error

I'm trying to use Heroku Taps but after "gem install taps", I'm still getting the following error when I do "heroku db:pull": heroku db:pull Taps Load Error:…
Yves Van Broekhoven
  • 344
  • 1
  • 3
  • 13
1
vote
2 answers

heroku db:pull returns "ArgumentError -> interning empty string"

I'm trying to dump an heroku app's DB to my local database with taps Gems : heroku (1.17.10) taps (0.3.15) Running : $ heroku db:pull --app myapp --confirm myapp gives me : Failed to connect to database: ArgumentError -> interning empty…
aurels
  • 801
  • 7
  • 15
1
vote
1 answer

How to pass a tap to view depending on if dragging/scrolling or just tapping

I have a UIScrollView with another view behind it that has buttons. The buttons cannot be on the scroll view, they must be behind it. I am using the pointInside method to pass taps to the buttons view behind the scroll view if that is where the user…
jer_francis
  • 153
  • 1
  • 11
1
vote
1 answer

All fields list for packets in Wireshark:Lua

Im trying to get a list of all protocol fields for a packet. I tried all_field_infos, but it returns userdata and i couldnt figure the metatable to use to read it. Does wireshark pass a protocol tree to a tap ? ( we accept (tvb,pinfo,tree) for…
Abhay Rao
  • 11
  • 2
1
vote
2 answers

Error installing taps

Here is my Gem Environment: RubyGems Environment: - RUBYGEMS VERSION: 1.3.5 - RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux] - INSTALLATION DIRECTORY: /var/lib/gems/1.8 - RUBY EXECUTABLE: /usr/bin/ruby1.8 - EXECUTABLE…
user422295
  • 13
  • 2
1
vote
2 answers

using taps to transfer data to postgreSQL not working

I have been following Railscasts guide for converting my db from sqlite to postgreSQl. I have been able to successfully install postgres create and configure the db connect to it using pgAdminIII use rails db create to create the database install…
Pynner
  • 1,007
  • 10
  • 22
1
vote
1 answer

heroku db:pull using wrong ruby version (1.8.7 instead of 1.9.3)

I am using ruby 1.9.3 $ rvm list rvm rubies ruby-1.9.2-p290 [ x86_64 ] ruby-1.9.2-p320 [ x86_64 ] => ruby-1.9.3-p125 [ x86_64 ] ruby-1.9.3-p194 [ x86_64 ] ruby-1.9.3-p286 [ x86_64 ] * ruby-1.9.3-p327 [ x86_64 ] I installed gem taps to pull a…
Tony
  • 10,088
  • 20
  • 85
  • 139
1
vote
3 answers

404 error on heroku db:push

I am getting a 404 error when trying to push my database to Heroku via Taps (1.9.2@[app_name]_db) heroku db:push --app [app_name] Loaded Taps v0.3.24 Auto-detected local database: sqlite://db/development.sqlite3 Warning: Data in the app '[app-name]'…
Tyler
  • 11,272
  • 9
  • 65
  • 105
1
vote
1 answer

heroku db:push - Heroku client internal error

I am trying to put my local database to my existing app on Heroku and getting this error: Sending schema Schema: 100% |==========================================| Time: 00:00:07 Sending indexes schema_migrat: 100%…
user984621
  • 46,344
  • 73
  • 224
  • 412
1
vote
1 answer

Heroku database import converts time column to text column. Can something be done about it?

When i am doing heroku db:push to import the development database of my Rails application, the "time" columns become "text" columns. That is, they are "time" in my SQLite development database, and they were "time" on Heroku before my "push", but…
Alexey
  • 3,843
  • 6
  • 30
  • 44
1
vote
1 answer

Use Taps in JRuby

I am trying to running Taps in JRuby, but it always fail. It seems there's something wrong with the SQLite3: taps server sqlite:///my-db.sqlite3 user passwd /usr/bin/java: symbol lookup error:…
Blue Smith
  • 8,580
  • 2
  • 28
  • 33
1
vote
1 answer

Heroku error with rake db:pull - ! Taps Load Error: cannot load such file -- sqlite3

I'm getting ! Taps Load Error: cannot load such file -- sqlite3 even though I have 'sqlite3' installed My database.yml is set to use Postgres in all environments Ruby is 1.9.3p125
Michael Durrant
  • 93,410
  • 97
  • 333
  • 497
1
vote
2 answers

Sqlite3 to Postgresql migration via taps error on pull

I'm trying to migrate my sqlite3 db to Postgresql (i'm following the Railscasts #342, but i'm on ubuntu). After a rake db:create:all on my aperitime_development database i started a Sinatra server with Taps (to push mi sqlite3 db), but when i try to…
bugman
  • 315
  • 2
  • 5
  • 16
1
vote
3 answers

Heroku db pull error, it's looking for sqlite3 but I have postgres, how to change this?

I have taps installed. I get the following error. This is my first pull like this from Heroku so I am unsure of the exact format $ heroku db:pull postgres://postgres:@localhost/prod_20120717 ! Taps Load Error: cannot load such file -- sqlite3 …
Michael Durrant
  • 93,410
  • 97
  • 333
  • 497
1
vote
2 answers

heroku db:push Taps Load Error:

Does anyone facing this problem according to push data to heroku postgres using heroku db:push here's error D:\workspace\gitrepo\xxx> heroku db:push ! Taps Load Error: no such file to load -- taps/operation ! You may need to install or…