Luca G. Soave
Luca G. Soave
... I can install on Rails 4 ( rails g angularjs:install ) and I can create and see posts, but DELETE and EDIT don't work : gem 'rails', '4.0.0' gem...
I have a patched branch if you wanna try : https://github.com/lgs/mongoid_taggable_with_context It works with mongoid (>= 3.0.0) : lsoave@ubuntu:~/rails/github/gitwatcher$ grep mongo Gemfile.lock remote: /home/lsoave/rails/github/mongoid_taggable_with_context mongoid_taggable_with_context (0.8.1) mongoid (>= 3.0.0) mongoid...
... any news on what's going on Rails3 ?
Yes, it happens to me too. This is already been spotted by the following two threads in http://github.com/kjvarga/sitemap_generator Issues: http://github.com/kjvarga/sitemap_generator/issues/closed#issue/14 http://github.com/kjvarga/sitemap_generator/issues/closed#issue/17 bye Luca
@yas4891 sure, here it is : lsoave@basenode:~/Github/gitwatcher$ rails s => Booting Puma => Rails 4.1.4 application starting in development on http://0.0.0.0:3000 => Run `rails server -h` for more startup options...
... moreover, with better_errors gem installed you get pointed to `criterion.__sort_option__.each_pair do |field, direction|` in origin (2.1.1) lib/origin/optional.rb (block (2 levels) in order_by line 4): def order_by(*spec) option(spec) do |options,...
... have a look at some [gists](http://bit.ly/1rahXqz)
... well, in rails/mongoid configuration you don't require ActiveRecord: see config/application.rb ... # require 'rails/all' # Pick the frameworks you want: require "active_model/railtie" # require "active_record/railtie" require "action_controller/railtie" require "action_mailer/railtie"...
it works ..., of course you'll use BB in "Standalone Client mode" calling `GoogleBigquery::Jobs.query(@project, {"query"=> "SELECT * FROM [#{@dataset_id}.#{@table_name}] LIMIT 100" })` for example, then parsing/saving the response within a...