This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>foursquare :: Explore Sample</title> | |
<style type="text/css"> | |
html { height: 100%; } | |
body { height: 100%; margin: 0; padding: 0; } | |
</style> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script type="text/javascript" src="/scripts/jquery.ba-bbq.js"></script> |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>foursquare :: Explore Sample</title> | |
<style type="text/css"> | |
html { height: 100%; } | |
body { height: 100%; margin: 0; padding: 0; } | |
</style> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script type="text/javascript" src="/scripts/jquery.ba-bbq.js"></script> |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>foursquare :: Explore Sample</title> | |
<style type="text/css"> | |
html { height: 100%; } | |
body { height: 100%; margin: 0; padding: 0; } | |
</style> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script type="text/javascript" src="/scripts/jquery.ba-bbq.js"></script> |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>foursquare :: Explore Sample</title> | |
<style type="text/css"> | |
html { height: 100%; } | |
body { height: 100%; margin: 0; padding: 0; } | |
</style> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script type="text/javascript" src="/scripts/jquery.ba-bbq.js"></script> |
This file contains 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
{'test': | |
'foo': 'max' | |
} |
This file contains 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
deploy@ruby:~/apps/dea/current$ rvm info | |
ruby-1.9.2-p290@dea: | |
system: | |
uname: "Linux ruby 3.0.4-linode38 #1 SMP Thu Sep 22 14:59:08 EDT 2011 i686 GNU/Linux" | |
bash: "/bin/bash => GNU bash, version 4.1.5(1)-release (i486-pc-linux-gnu)" | |
zsh: " => not installed" | |
rvm: |
This file contains 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
deploy@ruby:~/apps/dea/current$ which bundle gem | |
/home/deploy/.rvm/gems/ruby-1.9.2-p290@global/bin/bundle | |
/home/deploy/.rvm/rubies/ruby-1.9.2-p290/bin/gem |
This file contains 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
deploy@ruby:~/apps/dea/current$ rvm ruby-1.9.2-p290@global do gem list | |
*** LOCAL GEMS *** | |
bundler (1.0.21) |
This file contains 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
actionpack (3.2.3) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' | |
actionpack (3.2.3) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' | |
actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' | |
actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' | |
actionpack (3.2.3) lib/abstract_controller/base.rb:115:in `process' | |
actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process' | |
actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch' | |
actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | |
actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action' | |
actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call' |