Skip to content

Instantly share code, notes, and snippets.

View slipstreamstudio's full-sized avatar

Slipstream Studio slipstreamstudio

View GitHub Profile
@slipstreamstudio
slipstreamstudio / titanium-build.json
Created February 12, 2013 16:20 — forked from elsassph/titanium-build.json
For Ti 3.0 using CLI
{
"cmd": "titanium build --platform ios --no-colors ",
"shell": true,
"selector": "source.js",
"working_dir": "${project_path:${folder}}"
}
- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
{
[self performSelector:@selector(fixRoundedSplitViewCorner) withObject:NULL afterDelay:0];
}
-(void) fixRoundedSplitViewCorner {
[self explode:[[UIApplication sharedApplication] keyWindow] level:0];
}
-(void) explode:(id)aView level:(int)level
{ pot: ['foo','bar']... }
{ pot: ['bar']... }
{ pot: ['baz','bar']... }
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance.html$
RewriteCond %{REMOTE_HOST} !^888\.888\.888\.888
RewriteRule $ /maintenance.html [R=302,L]
compiling thread
compiling tk
*****************************************************************************
**
** PTHREAD SUPPORT MODE ERROR:
**
** Ruby is not compiled with --enable-pthread, but your Tcl/Tk
** library seems to be compiled with pthread support. This
** combination may cause frequent hang or segmentation fault
** errors when Ruby/Tk is working. We recommend that you NEVER
rvm install 1.9.2
Installing Ruby from source to: /Users/lawrencecurtis/.rvm/rubies/ruby-1.9.2-p180, this may take a while depending on your cpu(s)...
ruby-1.9.2-p180 - #fetching
ruby-1.9.2-p180 - #extracted to /Users/lawrencecurtis/.rvm/src/ruby-1.9.2-p180 (already extracted)
ruby-1.9.2-p180 - #configuring
ruby-1.9.2-p180 - #compiling
ruby-1.9.2-p180 - #installing
ruby-1.9.2-p180 - Updating #rubygems to the latest.
Removing old Rubygems files...
en:
sidebar:
navigation:
home: "Home page"
mv /Users/lawrencecurtis/Documents/Web\ Receipts /Users/lawrencecurtis/Dropbox/Web\ Receipts
ln -s /Users/lawrencecurtis/Dropbox/Web\ Receipts /Users/lawrencecurtis/Documents/Web\ Receipts
bundle exec cucumber creating_tickets.feature
Using the default profile...
You did not specify how you would like Rails to report deprecation notices for your test environment, please set config.active_support.deprecation to :stderr at config/environments/test.rb
DEPRECATION WARNING: You are using the old router DSL which will be removed in Rails 3.1. Please check how to update your routes file at: http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/. (called from initialize at /Users/lawrencecurtis/.rvm/gems/ruby-1.8.7-p174/gems/actionpack-3.0.0.rc/lib/action_dispatch/routing/deprecated_mapper.rb:33)
DEPRECATION WARNING: You are using the old router DSL which will be removed in Rails 3.1. Please check how to update your routes file at: http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/. (called from initialize at /Users/lawrencecurtis/.rvm/gems/ruby-1.8.7-p174/gems/actionpack-3.0.0.rc/lib/action_dispatch/routing/deprecated_mapper.rb:33)
undefined method `configure' for RSp