- Bundler - Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.
- rabl - General ruby templating with json, bson, xml, plist and msgpack support
- Thin - Very fast and lightweight Ruby web server
- Unicorn - Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels.
- SimpleCov - SimpleCov is a code coverage analysis tool for Ruby 1.9.
- Zeus - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
- [factory_girl](h
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
<!-- item #1 --> | |
<div class="border_top"></div> | |
<div class="photo"> | |
<img src="../images/items/clothing_protectors/barrier_clothing_protectors_front.png" width="233" height="174" alt="Barrier Clothing Protector"> | |
</div> | |
<div class="photo"> | |
<img src="../images/items/clothing_protectors/barrier_clothing_protectors_back.png" width="233" height="174" alt="Barrier Clothing Protector"> | |
</div> |
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
def create | |
@order = Order.new(params[:order]) | |
if @order.save | |
redirect_to(@order, :notice => 'Order was successfully created.') | |
else | |
render :action => "new" | |
end | |
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
def create | |
@order = Order.new(params[:order]) | |
if @order.save | |
redirect_to(@order, :notice => 'Order was successfully created.') | |
else | |
render :action => "new" | |
end | |
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
[[email protected] bin]$ ./push_uxwpress_to_prod.sh | |
Switched to branch "master" | |
Your branch is ahead of the tracked remote branch 'origin/master' by 118 commits. | |
remote: Counting objects: 422, done. | |
remote: Compressing objects: 100% (206/206), done. | |
remote: Total 379 (delta 161), reused 365 (delta 153) | |
Receiving objects: 100% (379/379), 980.32 KiB, done. | |
Resolving deltas: 100% (161/161), completed with 23 local objects. | |
From git://git301p.prod.ch3.s.com/uxwpress | |
* [new branch] kmart-gamer -> origin/kmart-gamer |
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
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="8" bash |
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
Sites/Apex/one_layout ☁> brew install macvim | |
==> Downloading https://github.com/b4winckler/macvim/tarball/snapshot-62 | |
File already downloaded in /Users/byennen/Library/Caches/Homebrew | |
==> ./configure --with-features=huge --with-tlib=ncurses --enable-multibyte --with-macarchs=x86_64 -- | |
==> make | |
Starting make in the src directory. | |
If there are problems, cd to the src directory and run make there | |
cd src && make first | |
mkdir objects | |
CC="gcc -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1 -D_THREAD_SAFE=1 -D_DARWIN_C_SOURCE=1 " srcdir=. sh ./osdef.sh |
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
Please share this post, so I can be entered into Altimarc secret contest! More people that share, better chance I'll win! Thank you! | |
Also, please like Altimarc: http://facebook.com/altimarc |
- jQuery - The de-facto library for the modern age. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
- Backbone - Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
- AngularJS - Conventions based MVC framework for HTML5 apps.
- Underscore - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
- lawnchair - Key/value store adapter for indexdb, localStorage
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
outfitExample: | |
http://www.nathankowald.com/moblog/…os/473.jpg | |
http://37.media.tumblr.com/tumblr_m…2_1280.png | |
https://octodex.github.com/images/o…ltocat.jpg | |
https://www.evernote.com/shard/s3/s…9a88b35e50 | |
We’re liking this idea too:https://www.evernote.com/shard/s3/s…0db4010801 |
OlderNewer