atentia.net
heroku command line basics | Atentia
http://www.atentia.net/2013/01/heroku-command-line-basics
JANUARY 13TH, 2013. Heroku command line basics. Just as a reminder to myself, as I don’t use it regularly:. Adding an environment variable. Heroku config:add GITHUB USERNAME=joesmith. Running the Rails console. Get the currently used ruby version. Heroku run ‘ruby -v’. NoMethodError: undefined method `[]‘ for nil:NilClass error on heroku. It's been a while since I've updated my app on heroku. In between the mongoid version updated and. Fun with bundle (BUNDLE DISABLE SHARED GEMS).
atentia.net
german date | Atentia
http://www.atentia.net/tag/german-date
Posts tagged: german date. JANUARY 6TH, 2013. Parsing german dates from unformatted input. Private String tryConvertDate(String date) { String value = ; if (date! Null) { SimpleDateFormat outputFormat = new SimpleDateFormat(dd.MM.yyyy); value = outputFormat.format(tempDate); } } return value; }. May that be of use to someone else or as a starting point for your similar problem. Thoughts and findings – mostly from IT – worth to preserve. Heantcom provides extensive data and tools about food and nutrition.
atentia.net
bundle | Atentia
http://www.atentia.net/tag/bundle
AUGUST 13TH, 2013. Fun with bundle (BUNDLE DISABLE SHARED GEMS). It’s there, I installed it myself! But no, a “gem list” just gave me a short list of gems, way shorter than what already had been installed by bundler. I kept checking for other Gem paths, other weird dependencies or rvm leftovers. Nothing. Until I did the following:. Daniel@daniels-mac /w/s/platform cat .bundle/config 1 dh-fixes! BUNDLE PATH: rake BUNDLE DISABLE SHARED GEMS: "1" daniel@daniels-mac /w/s/platform rm -rf .bundle.
atentia.net
snippet | Atentia
http://www.atentia.net/tag/snippet
JANUARY 6TH, 2013. Parsing german dates from unformatted input. Private String tryConvertDate(String date) { String value = ; if (date! Null) { SimpleDateFormat outputFormat = new SimpleDateFormat(dd.MM.yyyy); value = outputFormat.format(tempDate); } } return value; }. May that be of use to someone else or as a starting point for your similar problem. Thoughts and findings – mostly from IT – worth to preserve. Heantcom provides extensive data and tools about food and nutrition.
atentia.net
heroku | Atentia
http://www.atentia.net/tag/heroku
JANUARY 13TH, 2013. NoMethodError: undefined method `[]‘ for nil:NilClass error on heroku. Source 'http:/ rubygems.org' ruby '1.9.3' gem 'rails', ' 3.2' gem 'jquery-rails' gem 'mongoid'. This change made the error disappear. For some more background information see Mongoid Tips. This blog post on heroku. And this Stackoverflow post. For who is interested, the new mongoid.yml looks like this in my project:. JANUARY 13TH, 2013. Heroku command line basics. Adding an environment variable.
atentia.net
Boostrap Typeahead with object | Atentia
http://www.atentia.net/2013/01/boostrap-typeahead-with-object
JANUARY 11TH, 2013. Boostrap Typeahead with object. That did add these capabilities. Go, have a look and enjoy the possibilities. Since the version gisted is based on an older Boostrap version, I did update it to work with v2.2.2. To add the patched version, add it to a suitable location to be loaded, in my Rails 3.2 project I placed it under vendor/assets/javascripts/twitter/bootstrap and added it to my application.js:. Fun with bundle (BUNDLE DISABLE SHARED GEMS). Heroku command line basics. Object wit...
atentia.net
rbenv | Atentia
http://www.atentia.net/tag/rbenv
AUGUST 13TH, 2013. Fun with bundle (BUNDLE DISABLE SHARED GEMS). It’s there, I installed it myself! But no, a “gem list” just gave me a short list of gems, way shorter than what already had been installed by bundler. I kept checking for other Gem paths, other weird dependencies or rvm leftovers. Nothing. Until I did the following:. Daniel@daniels-mac /w/s/platform cat .bundle/config 1 dh-fixes! BUNDLE PATH: rake BUNDLE DISABLE SHARED GEMS: "1" daniel@daniels-mac /w/s/platform rm -rf .bundle.
atentia.net
gem | Atentia
http://www.atentia.net/tag/gem
AUGUST 13TH, 2013. Fun with bundle (BUNDLE DISABLE SHARED GEMS). It’s there, I installed it myself! But no, a “gem list” just gave me a short list of gems, way shorter than what already had been installed by bundler. I kept checking for other Gem paths, other weird dependencies or rvm leftovers. Nothing. Until I did the following:. Daniel@daniels-mac /w/s/platform cat .bundle/config 1 dh-fixes! BUNDLE PATH: rake BUNDLE DISABLE SHARED GEMS: "1" daniel@daniels-mac /w/s/platform rm -rf .bundle.
atentia.wordpress.com
Unable to uninstall Norton Security Scan | Atentia's Weblog
https://atentia.wordpress.com/2009/01/26/unable-to-uninstall-norton-security-scan
124; Comments RSS. DELL XPS M1330 not charging battery. SfPropelActAsTaggableBehavior user id enhancement. Unable to uninstall Norton Security Scan. Transcript of Symfony Plugin Developers Day IRC log. DELL XPS M1330 upgrade to dual boot Ubuntu 8.10. The typical German in the 21st Century. Unable to uninstall Norton Security Scan. Posted on Monday, 26 January 2009. Nothing on the homepage about this misterious behaviour. Support? Nope Ok, so they are doing this on purpose? Well, that’s exactly my p...
atentia.net
NoMethodError: undefined method `[]‘ for nil:NilClass error on heroku | Atentia
http://www.atentia.net/2013/01/nomethoderror-undefined-method-for-nilnilclass-error-on-heroku
JANUARY 13TH, 2013. NoMethodError: undefined method `[]‘ for nil:NilClass error on heroku. Source 'http:/ rubygems.org' ruby '1.9.3' gem 'rails', ' 3.2' gem 'jquery-rails' gem 'mongoid'. This change made the error disappear. For some more background information see Mongoid Tips. This blog post on heroku. And this Stackoverflow post. For who is interested, the new mongoid.yml looks like this in my project:. Heroku command line basics. Boostrap Typeahead with object. GD does not work on my server.