Skip to content

Instantly share code, notes, and snippets.

@14021939
14021939 / file0.txt
Created March 16, 2013 10:27
【rvm】Ruby 2.0.0 安定版 インストール ref: http://qiita.com/items/d9edc771d10bb89ef0f0
rvm install 2.0.0
@14021939
14021939 / development.rb
Created March 11, 2013 10:03
Rails3.0.x -> 3.2.x (´∀`∩)↑age↑ ref: http://qiita.com/items/b9c38281147c4cbce183
config.active_record.mass_assignment_sanitizer = :strict
config.active_record.auto_explain_threshold_in_seconds = 0.5
@14021939
14021939 / rubydebug_with_ruby-1.9.3-p194
Created June 28, 2012 13:01
rubydebug with ruby-1.9.3-p194
# Install with:
# bash < <(curl -L https://raw.github.com/gist/3011250)
#
# Reference: http://bismar.hatenablog.com/entry/2012/05/22/163305
echo "Installing rubydebug with ruby-1.9.3-p194 ..."
curl -OL http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem
curl -OL http://rubyforge.org/frs/download.php/75415/ruby-debug-base19-0.11.26.gem
curl -OL http://rubyforge.org/frs/download.php/64707/ruby-debug-ide19-0.4.12.gem
@14021939
14021939 / rubydebug_with_ruby-1.9.3-p125_on_netbeans
Created May 22, 2012 06:24
rubydebug with ruby-1.9.3-p125
# Install with:
# bash < <(curl -L https://raw.github.com/gist/2767067)
#
# Reference: http://bismar.hatenablog.com/entry/2012/05/22/163305
echo "Installing rubydebug- with ruby-1.9.3-p125 ..."
curl -OL http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem
curl -OL http://rubyforge.org/frs/download.php/75415/ruby-debug-base19-0.11.26.gem
curl -OL http://rubyforge.org/frs/download.php/64707/ruby-debug-ide19-0.4.12.gem
@14021939
14021939 / change_bunner.js
Created April 11, 2012 12:07
bunner_image_change by auto and navi_buttun
$(function(){
var items_count=$("#change_advertisements li").size();
if(items_count < 1) return; //バナーが一つしかない場合は処理を行わない
var interval=7e3;
var target_index=1;
var change_bunner=function(){
var target = $("a.advertisement_link:eq("+target_index+")");
@14021939
14021939 / index.html
Created April 11, 2012 11:24
iframe preview
<div class="preview" style="visibility: hidden">
<iframe src='preview.html' id="preview"></iframe>
</div>