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
............................................________ | |
....................................,.-'"...................``~., | |
.............................,.-"..................................."-., | |
.........................,/...............................................":, | |
.....................,?......................................................, | |
.................../...........................................................,} | |
................./......................................................,:`^`..} | |
.............../...................................................,:"........./ | |
..............?.....__.........................................:`.........../ | |
............./__.(....."~-,_..............................,:`........../ |
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
Morgan:scribblr proto$ which ruby | |
/usr/local/bin/ruby | |
Morgan:scribblr proto$ ruby -v | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.2.0] | |
Morgan:scribblr proto$ bin/rake test | |
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in `require': /usr/local/src/scribblr/app/controllers/signature_controller.rb:3: syntax error, unexpected '\n', expecting tASSOC (SyntaxError) | |
/usr/local/src/scribblr/app/controllers/signature_controller.rb:45: syntax error, unexpected keyword_do_block, expecting keyword_end | |
company.users.each do |user| | |
^ | |
/usr/local/src/scribblr/app/controllers/signature_controller.rb:53: syntax error, unexpected keyword_end, expecting $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
{ | |
"data": [ | |
{ | |
"name": "The Terminator", | |
"category": "Movie", | |
"id": "181221288646788", | |
"created_time": "2012-03-27T14:08:35+0000" | |
}, | |
{ | |
"name": "why the lucky stiff", |
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
require 'ruboto/activity' | |
require 'ruboto/widget' | |
require 'ruboto/util/toast' | |
ruboto_import_widgets :Button, :TextView, :RelativeLayout | |
$activity.start_ruboto_activity "$sample_activity" do | |
setTitle 'Droidemo: A Ruboto Experiment' | |
def on_create(bundle) |
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
%section.settings-picture | |
%h2 Profile Picture | |
.picture-holder= get_avatar user | |
.picture-upload | |
%h3 Upload a new picture | |
= f.file_field :avatar | |
.button Choose a file to upload | |
.clearfix | |
.tip To avoid cropping, we recommend making your image 100x100 pixels. We only accept JPG, GIF, and PNG files. |
NewerOlder