【ヘロク】 Heroku Part1 【PostgreSQL】 (804レス)
1-

1: a 2012/02/16(木)16:51 ID:0(1/799) AAS
http://www.heroku.com/
https://postgres.heroku.com/
http://addons.heroku.com/
http://devcenter.heroku.com/articles/using-the-cli
https://github.com/heroku
http://blog.heroku.com/
https://twitter.com/#!/heroku
https://status.heroku.com/
https://twitter.com/#!/herokustatus
省3
2: 2012/02/16(木)16:52 ID:0(2/799) AAS
ruby
http://find.2ch.net/?STR=ruby

【RoR】Ruby on Rails Part13
2chスレ:php
3: 2012/02/16(木)20:16 ID:0(3/799) AAS
なぜ今頃突然に
4: 2012/02/17(金)11:45 ID:0(4/799) AAS
Migrating to the Celadon Cedar Stack | Heroku Dev Center
http://devcenter.heroku.com/articles/cedar-migration
5: 2012/02/17(金)12:05 ID:0(5/799) AAS
http://devcenter.heroku.com/articles/rails3
http://devcenter.heroku.com/articles/rails31_heroku_cedar
http://devcenter.heroku.com/articles/rails3x-asset-pipeline-cedar

http://stackoverflow.com/questions/tagged/heroku

http://railsapps.github.com/rails-heroku-tutorial.html

http://blog.heroku.com/archives/2011/5/31/celadon_cedar/
6: 2012/02/18(土)03:31 ID:0(6/799) AAS
【RoR】Ruby on Rails Part14
2chスレ:php
7: 2012/02/18(土)15:25 ID:0(7/799) AAS
https://twitter.com/#!/search/heroku
https://twitter.com/#!/cloooote
8: 2012/02/20(月)01:46 ID:0(8/799) AAS
http://www.iron.io/
http://docs.iron.io/worker
https://addons.heroku.com/iron_worker
9: 2012/02/21(火)21:43 ID:0(9/799) AAS
http://b.hatena.ne.jp/t/heroku?sort=eid

http://b.hatena.ne.jp/t/heroku
10
(1): 2012/02/22(水)04:57 ID:0(10/799) AAS
【RoR】Ruby on Rails Part14
2chスレ:php

http://rubydoc.info/gems/ar-octopus/frames
https://github.com/tchandy/octopus
https://www.ruby-toolbox.com/categories/Active_Record_Sharding
11: 2012/02/22(水)06:21 ID:0(11/799) AAS
https://github.com/mperham/data_fabric
https://github.com/kovyrin/db-charmer
https://github.com/technoweenie/masochism
https://github.com/tchandy/octopus
https://github.com/schoefmax/multi_db
https://github.com/mixonic/ShardTheLove
12: 2012/02/22(水)10:48 ID:0(12/799) AAS
Twitterのトラブルから見る、DB分割でスケーラブルなRailsサイト構築:TKMR.blog.show
http://blog.tkmr.org/tatsuya/show/311-twitter-db-rails

Magic Multi-Connections: A “facility in Rails to talk to more than one database at a time”
http://drnicwilliams.com/2007/04/12/magic-multi-connections-a-facility-in-rails-to-talk-to-more-than-one-database-at-a-time/

ActsAsReadonlyable
http://revolutiononrails.blogspot.com/2007/04/plugin-release-actsasreadonlyable.html

https://github.com/masarakki/acts_as_multi_connection
https://github.com/tchandy/octopus
https://github.com/kovyrin/db-charmer
https://github.com/mperham/data_fabric
省1
13: 2012/02/22(水)10:49 ID:0(13/799) AAS
acts_as_readonlyable
http://revolutiononrails.blogspot.com/2007/04/plugin-release-actsasreadonlyable.html

http://drnicwilliams.com/2007/04/12/magic-multi-connections-a-facility-in-rails-to-talk-to-more-than-one-database-at-a-time/

octopus
Database Sharding for ActiveRecord
https://github.com/tchandy/octopus

User.where(:name => "Thiago").limit(3).using(:slave_one)

Octopus.using(:slave_two) do
User.create(:name => "Mike")
end
省2
14: 2012/02/22(水)11:01 ID:0(14/799) AAS
https://github.com/runeleaf/acts_as_readonlyable
15: 2012/02/22(水)23:01 ID:0(15/799) AAS
ActiveRecord の find(id) と find_by_id(id) の違い
http://higelog.brassworks.jp/?p=71
16: 2012/02/22(水)23:22 ID:0(16/799) AAS
https://github.com/tchandy/octopus/wiki/Sharding
https://github.com/tchandy/octopus
class ApplicationController < ActionController::Base
around_filter :select_shard

def select_shard(&block)
Octopus.using(current_user.country, &block)
end
end

https://github.com/mperham/data_fabric
class ApplicationController < ActionController::Base
省6
17: 2012/02/22(水)23:23 ID:0(17/799) AAS
ActiveRecord の find(id) と find_by_id(id) の違い
レコードが見つからなかったとき
find(id) 例外が発生する
find_by_id(id) nil が返る
http://higelog.brassworks.jp/?p=71
18: 2012/02/22(水)23:33 ID:0(18/799) AAS
Comment.find_all_by_id([2, 3, 5])
http://stackoverflow.com/questions/1441791/how-to-select-where-id-in-array-rails-activerecord-without-exception
19: 2012/02/23(木)01:20 ID:0(19/799) AAS
http://partitioned.rubyforge.org/
20: 2012/02/23(木)05:57 ID:0(20/799) AAS
octopus
Database Sharding for ActiveRecord
https://github.com/tchandy/octopus
https://github.com/tchandy/octopus/wiki/config-file
https://github.com/tchandy/octopus/wiki/Sharding

ar-octopus
http://gendosu.jp/archives/1037
1-
あと 784 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 1.566s*