I am new at this ruby thing and i have this problem and i can´t find a solution.
after running the rails server $rails s
dyld: lazy symbol binding failed: Symbol not found: _sqlite3_open_v2
Referenced from: /Users/me/.rvm/gems/ruby-1.9.2-p290/gems/sqlite3-1.3.4/lib/sqlite3/sqlite3_native.bundle
Expected in: flat namespace
dyld: Symbol not found: _sqlite3_open_v2 Referenced from: /Users/me/.rvm/gems/ruby-1.9.2-p290/gems/sqlite3-1.3.4/lib/sqlite3/sqlite3_native.bundle Expected in: flat namespace
I am using homebrew and rvm.
Version: xcode: 3.1, sqlite3 3.7.8, ruby 1.9.2p290, Rails 3.1.1, Mac OS X 10.5.8
so please help me.
UPDATE:
if i put the image out of the index.html background-image: url("/assets/rails.png");
= it runs. but why??