rvm pkg install iconv
rvm pkg install readline
rvm install 1.9.2 --enable-shared --with-readline-dir=/usr/local/Cellar/readline/6.2.1 --with-iconv-dir=$rvm_path/usr
Sandwiches: | |
* Jay's Cheesesteaks (many seitan flavors) | |
* Ike's Place (tons of amazing veggie sandwiches) | |
* Toaster Oven (Potbelly's clone) | |
Mexican: | |
* Papalote (their house salsa is the best IN THE WORLD) | |
* El Buen Sabor (my favorite super veggie burrito) | |
* Taqueria Cancún (classic mission burrito; open till 2am on fri/sat, 1am other days, I think) |
def self.up | |
# add a few new columns... | |
add_column :projects, :new_column_one, :float | |
add_column :projects, :new_column_two, :float | |
Project.reset_column_information | |
Project.all.each do |project| | |
# perform some data cleaning here to move old stuff around | |
end |
/* | |
As of version 1.1.2, Propane will load and execute the contents of | |
~Library/Application Support/Propane/unsupported/caveatPatchor.js | |
immediately following the execution of its own enhancer.js file. | |
You can use this mechanism to add your own customizations to Campfire | |
in Propane. | |
Below you'll find two customization examples. |