This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'rails', '3.2.2' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
#gem 'sqlite3' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby-1.9.2-p290@refinery $ bundle install | |
Fetching gem metadata from https://rubygems.org/........ | |
Fetching gem metadata from https://rubygems.org/.. | |
Using rake (0.9.2.2) | |
Using i18n (0.6.0) | |
Using multi_json (1.2.0) | |
Using activesupport (3.2.2) | |
Using builder (3.0.0) | |
Using activemodel (3.2.2) | |
Using erubis (2.7.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'rvm install 1.9.3 --with-gcc=clang' | |
RE: installed new (today or yesterdays) xcode command line tools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In /app/decorators/controllers/refinery/available_agents_controller_decorator.rb | |
Refinery::AvailableAgentsController.class_eval do | |
before_filter :find_all_available_agents | |
protected | |
def find_all_available_agents | |
@response_code, @searchtext, @agents = nil,nil,nil | |
end | |
end | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**** TODO Here is what I did Locally | |
$ rails new newrickrockstar -m http://refinerycms.com/t/2.0.3 -d postgresql --trace | |
$ cd newrickrockstar/ | |
$ bundle install | |
$ # Create dbs newrickrockstar_development newrickrockstar_test newrickrockstar_production with pqadmin3 | |
$ # Change config/database.yml to my username and password | |
$ rake db:migrate | |
$ rake db:seed | |
$ git init |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby-1.9.3-p125@refinery $ heroku logs | |
heroku logs | |
2012-04-03T20:33:48+00:00 app[web.1]: [2012-04-03 20:33:48] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true | |
2012-04-03T20:33:48+00:00 heroku[router]: GET feewisedev.herokuapp.com/assets/refinery/text_field_background-6d22b464219ff00aeb213a5e6984687f.png dyno=web.1 queue=0 wait=0ms service=4ms status=304 bytes=0 | |
2012-04-03T20:33:48+00:00 app[web.1]: [2012-04-03 20:33:48] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true | |
2012-04-03T20:33:48+00:00 heroku[router]: GET feewisedev.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=7ms status=304 bytes=0 | |
2012-04-03T20:34:04+00:00 heroku[router]: GET feewisedev.herokuapp.com/assets/refinery/ajax-loader-0b76e32ff4e68b1e8789b4d0fe991cd7.gif dyno=web.1 queue=0 wait=0ms service=7ms status=200 bytes=673 | |
2012-04-03T20:34:04+00:00 app[web.1]: | |
2012-04-03T20:34:04+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby-1.9.3-p125@refinery $ heroku db:push | |
heroku db:push | |
Loaded Taps v0.3.23 | |
Auto-detected local database: postgres://[email protected]/newrickrockstar_development?encoding=utf8 | |
Warning: Data in the app 'feewisedev' will be overwritten and will not be recoverable. | |
! WARNING: Potentially Destructive Action | |
! This command will affect the app: feewisedev | |
! To proceed, type "feewisedev" or re-run this command with --confirm feewisedev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(emacs-version nil) | |
; => | |
;"GNU Emacs 24.0.97.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) | |
; of 2012-05-16 on bob.porkrind.org" | |
(add-to-list 'load-path "~/.emacs.d/plugins/yasnippet") | |
; => | |
; ("~/.emacs.d/plugins/yasnippet" "~/.emacs.d/rc-site-lisp" "/Users/cmmagid/.emacs.d/el-get/package/elpa/idle-highlight-mode-1.1.2" "/Users/cmmagid/.emacs.d/el-get/package/elpa/rainbow-mode-0.2" "/Users/cmmagid/.emacs.d/el-get/package/elpa/ruby-electric-1.1" "/Users/cmmagid/.emacs.d/el-get/package/elpa/save-visited-files-1.2" "/Users/cmmagid/.emacs.d/el-get/package/elpa/wrap-region-0.6.0" "/Users/cmmagid/.emacs.d/el-get/yasnippet" "/Users/cmmagid/.emacs.d/el-get/yaml-mode" "/Users/cmmagid/.emacs.d/el-get/vline" "/Users/cmmagid/.emacs.d/el-get/tree-mode" "/Users/cmmagid/.emacs.d/el-get/rinari/util/jump/" ...) | |
(require 'yasnippet) | |
; => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(emacs-version nil) | |
; => | |
;"GNU Emacs 24.0.97.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) | |
; of 2012-05-16 on bob.porkrind.org" | |
(add-to-list 'load-path "~/.emacs.d/plugins/yasnippet") | |
; => | |
; ("~/.emacs.d/plugins/yasnippet" "~/.emacs.d/rc-site-lisp" "/Users/cmmagid/.emacs.d/el-get/package/elpa/idle-highlight-mode-1.1.2" "/Users/cmmagid/.emacs.d/el-get/package/elpa/rainbow-mode-0.2" "/Users/cmmagid/.emacs.d/el-get/package/elpa/ruby-electric-1.1" "/Users/cmmagid/.emacs.d/el-get/package/elpa/save-visited-files-1.2" "/Users/cmmagid/.emacs.d/el-get/package/elpa/wrap-region-0.6.0" "/Users/cmmagid/.emacs.d/el-get/yasnippet" "/Users/cmmagid/.emacs.d/el-get/yaml-mode" "/Users/cmmagid/.emacs.d/el-get/vline" "/Users/cmmagid/.emacs.d/el-get/tree-mode" "/Users/cmmagid/.emacs.d/el-get/rinari/util/jump/" ...) | |
(require 'yasnippet) | |
; => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Years, an Apollonian construct. Friedrich Nietzsche 1872 wrote a book 'The Birth of Tragedy.' in which he said cultures swing between two perspectives. The Apollonian, crisp, premeditated, intellectualized and perfect; plumb, level, square and centered. Verses the other end, the Dionysian perspective. Given to the passions and intuition tollerant of organic texture and human gesture. I prefer to think not in terms of the length of time I have worked with ruby on rails than to my ability with it. Which I would describe as organic. For the Apollonian see the number given in http://workingwithrails.com/person/14809-charles-m-magid under Experience heading. |