I hereby claim:
- I am chuckbergeron on github.
- I am chuckbergeron (https://keybase.io/chuckbergeron) on keybase.
- I have a public key whose fingerprint is 5FFA 5CB7 C469 A068 67EF C0FD 5E65 4F76 1C1D 7F0E
To claim this, I am signing this object:
| CURRENT_BRANCH = `git status | head -1`.to_s.gsub('# On branch ','').chomp |
| #Assign `True` or `False` as appropriate on the lines below! | |
| # 17 < 118 % 100 | |
| # They're asking for this: | |
| bool_one = True | |
| # I gave them this: | |
| bool_one = 17 < 118 % 100 |
| class Import | |
| # Mixins | |
| include ImportExceptions | |
| # 0: is the Film Festival we want to relate to a Tab | |
| # 1: the Regionalmovie ID | |
| attr_accessor :attributes | |
| attr_accessor :regionalmovie | |
| attr_accessor :tab |
| #! /usr/local/bin/zsh | |
| echo "You probably want to run this from your master branch..." | |
| # Remove any existing LATEST_CHANGES.md files: | |
| rm LATEST_CHANGES.md | |
| # Get the latest tag from the git index | |
| LATEST_TAG=`git describe --abbrev=0` |
| require 'rubygems' | |
| require 'active_shipping' | |
| include ActiveMerchant::Shipping | |
| ####### START: STORE THIS IN A CONFIG FILE | |
| MyApp::Application.config.fedex_credentials = { | |
| account: '1234567890', | |
| password: '1234567890abcdefgh1234567890', | |
| key: '1234567890abcde', | |
| login: '12345678' |
| https://www.google.com/calendar/render?action=TEMPLATE&dates=20130911T010000Z/20130911T040000Z&sprop=website:http://www.meetup.com/vancouver-ruby/events/132066952/&text=%23VANRUBY+Hack+Night&location=Launch+Academy+-+%23300+-+128+West+Hastings+Street+-+Vancouver,+BC+,+Canada&sprop=name:Vancouver+Ruby+Meetup+Group&details=For+full+details,+including+the+address,+and+to+RSVP+see:%0Ahttp://www.meetup.com/vancouver-ruby/events/132066952/%0AVancouver+Ruby+Meetup+Group%0A%23VANRUBY+hack+nights%0AEvery%C2%A02%C2%A0weeks%C2%A0on%C2%A0Tuesday+we%C2%A0get%C2%A0together%C2%A0to%C2%A0hack%C2%A0on%C2%A0cool%C2%A0stuff.%0ABring+a+your+laptop+and+hack+away%26hellip;&gsessionid=NDe9TU_NAxwoB7UaIJ2Lhw&sf=true&output=xml |
| 4..30.each do |x| | |
| puts x * 2 | |
| end |
| 1. Was receiving this strange error: | |
| undefined method 'action_view' for #<Rails::Railtie::Configuration... | |
| Had to add this to the top of `config/application.rb`: | |
| require "action_view/railtie" | |
| 2. ActionMailer URL host config not being setup correctly: | |
| config.action_mailer.default_url_options = {host: "s.caliper.io"} | |
| Rails.application.config.action_mailer.default_url_options |
| Just ran into the following while deploying `LoadError: cannot load such file -- orm_adapter` | |
| Fixed it by reverting Devise back from 3.2.4 to 3.2.3. Could be a gem dependency issue, specific to my gemset. Thought I'd document it here for anyone else who may run into it. | |
| * executing "cd -- /apps/appname/releases/20140620072245 && RAILS_ENV=staging RAILS_GROUPS=assets bundle exec rake assets:precompile" | |
| servers: ["server.com"] | |
| [server.com] executing command | |
| *** [err :: server.com] rake aborted! |
I hereby claim:
To claim this, I am signing this object: