steve fox
steve fox
Also, if I log out, I can use the site, mostly. It's only after logging in that I'm getting the error reported above. There is a session id, logger.debug "session...
What version of rails are you using? My app won't let me downgrade that far ... ``` Bundler could not find compatible versions for gem "rack": In Gemfile: rails (=...
ok, cool. Then from the command line how do I get taps to use a specific version of rack? Thanks! Steve On Mar 27, 2013, at 3:58 PM, Eugene Gilburg...
Hi again, Yeah, tried that: wiscota :: ~/ruby/temp 1 » cat Gemfile source 'https://rubygems.org' gem 'rack', '1.5.0' then ran bundle then ran the taps pull and got the same error....
Same error: ERROR: Rack::Utils::OkJson::Error: cannot encode Symbol: :brands Tried with ruby 1.9.2 and 1.9.3. Thanks, Steve On Mar 27, 2013, at 5:53 PM, Eugene Gilburg [email protected] wrote: > Change rack...
Any other suggestions? Thanks, Steve On Mar 27, 2013, at 6:57 PM, Steve Fox [email protected] wrote: > Same error: > > ERROR: Rack::Utils::OkJson::Error: cannot encode Symbol: :brands > > Tried...
ok. Thanks. On Mar 28, 2013, at 2:52 PM, Eugene Gilburg [email protected] wrote: > Sorry, not sure then. Perhaps try using other exact gem versions as I posted earlier. If...
No luck. Followed your steps. I even created an empty Gemfile in there and added gem 'rack','1.0.1' and ran bundle. I may check out options other than taps to pull...
Weird. On a completely different machine - brand new iMac - I've rebuilt the database, created a fresh postgresql database and then created a Gemfile in a new directory, added...
Thanks. Would putting backticks around from help? e.g., "... ORDER BY `from` ... " Where is that controller located? Thanks. Steve On Sep 17, 2012, at 1:18 PM, brenes [email protected]...