Nikolay Seskin

Results 2 issues of Nikolay Seskin

For a pre rails 3.0 table_builder: script/plugin install git://github.com/p8/table_builder.git cd vendor/plugins/table_builder/ git checkout pre-rails-2.2 last line need change: git checkout pre-rails-3

```` Clickhouse.connection.create_table("events") do |t| t.fixed_string :id, 16 t.array :array_data, 'String' t.date :date t.engine "MergeTree(date, (date), 8192)" end ```` ```` Clickhouse.connection.insert_rows("events", :names => %w(id array_data date)) do |rows| rows