Skip to content

Instantly share code, notes, and snippets.

View chriswk's full-sized avatar
🖥️
coding @Unleash

Christopher Kolstad chriswk

🖥️
coding @Unleash
View GitHub Profile
[:w342, :w92, :w500=, :w92=, :original, :original=, :w154=, :w185, :w185=, :w154, :w500, :w342=, :type, :id, :marshal_dump, :to_s, :modifiable, :delete_field, :method_missing, :==, :table, :new_ostruct_member, :inspect, :marshal_load, :present?, :`, :html_safe?, :include_class, :as_json, :to_param, :java_kind_of?, :with_options, :to_yaml_properties, :acts_like?, :try, :psych_to_yaml, :to_yaml, :presence, :blank?, :is_haml?, :duplicable?, :to_json, :dclone, :eval_js, :handle_different_imports, :instance_variable_names, :in?, :to_query, :instance_values, :pretty_print_inspect, :pretty_print_cycle, :pretty_print_instance_variables, :pretty_print, :require_association, :require_dependency, :unloadable, :require_or_load, :require, :load, :load_dependency, :java_signature, :methods, :define_singleton_method, :breakpoint, :enable_warnings, :silence_stream, :capture, :initialize_clone, :freeze, :extend, :nil?, :tainted?, :method, :is_a?, :instance_variable_defined?, :instance_variable_get, :pretty_inspect, :singleton
This example shows how to setup an environment running Rails 3 under 1.9.2 with a 'rails3' gem set.
∴ rvm update --head
# ((Open a new shell)) or do 'rvm reload'
# If you do not already have the ruby interpreter installed, install it:
∴ rvm install 1.9.2
# Switch to 1.9.2-head and gemset rails3, create if it doesn't exist.
∴ rvm --create use 1.9.2@rails3