Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

programming

  1. Home>
  2. programming>
  3. Page 6

Aptana w/ Rails for Windows 7

  • Post author:Van Ly
  • Post published:December 25, 2014
  • Post category:ide/programming/rails
  • Post comments:0 Comments

See http://www.therealvan.com/pn/?p=186 for installing: Rails 3.0.3 & MySQL on Windows 7. After installing those, and once work begins, chances are an IDE w/ line-debugging capabilities are needed. Aptana Studio 3 seems to…

Continue ReadingAptana w/ Rails for Windows 7

Heroku on Windows 7

  • Post author:Van Ly
  • Post published:August 17, 2014
  • Post category:heroku/programming/Windows
  • Post comments:0 Comments

Prerequisites Git installed and on PATH Installation Sign up for a Heroku account.  Note the user email address and password. Download and install the Heroku Toolbelt. (see https://devcenter.heroku.com/articles/quickstart) Even if…

Continue ReadingHeroku on Windows 7

Grails’s RESTClient

  • Post author:Van Ly
  • Post published:June 13, 2014
  • Post category:Grails/groovy/programming
  • Post comments:0 Comments

The groovy.net.http.RESTClient class is a subclass of a more general groovyx.net.http.HttpBuilder class and comes with the "rest" plugin (http://grails.org/plugin/rest). GET A simple GET request with query parameters: def rest =…

Continue ReadingGrails’s RESTClient

Debugging Rails 3 in (Aptana 3.4.2, Windows 7)

  • Post author:Van Ly
  • Post published:May 24, 2014
  • Post category:programming/rails
  • Post comments:0 Comments

More Rails stuff. I was using command line & vim to do some Rails stuff until fingers got tired of switching between files. So I did a some searches and…

Continue ReadingDebugging Rails 3 in (Aptana 3.4.2, Windows 7)

Rails w/ MySQL (Windows 7-64)

  • Post author:Van Ly
  • Post published:May 22, 2014
  • Post category:mysql/programming/rails
  • Post comments:0 Comments

Mainly notes on setting up the following (suitable for Dreamhost's Rails setup): Ruby 1.8.7-p374 Rails 3.0.3 Ruby devkit  (from http://rubyinstaller.org/downloads/) MySQL Installer 5.6.17 Community Server 64-bit mysql2 GEM '0.2.22' Install Ruby 1.8.7 by…

Continue ReadingRails w/ MySQL (Windows 7-64)

Developing with Moto X

  • Post author:Van Ly
  • Post published:March 20, 2014
  • Post category:android/mobile/Moto X/programming
  • Post comments:0 Comments

Just recently upgraded from an Android 2.1 device (HTC Aria) to an Android 4.4 device (Moto X). To enable the developer USB feature that allows installing and running (let alone…

Continue ReadingDeveloping with Moto X

xml.MarkupBuilder in Groovy

  • Post author:Van Ly
  • Post published:October 8, 2013
  • Post category:groovy/programming

Typical use of the builder starts with: import groovy.xml.MarkupBuilder def writer = new StringWriter() def xml = new MarkupBuilder(writer) ... String generatedXml = writer.toString() Then the "building" part is what's…

Continue Readingxml.MarkupBuilder in Groovy
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP