CARVIEW |
codyfauser
(Cody Fauser)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Cody Fauser
- Website/Blog
- https://www.codyfauser.com
- Company
- Shopify
- Location
- Ottawa, Canada
- Member Since
- Mar 06, 2008 (about 1 year)
Following 0 githubbers and watching 27 repositories view all →
Public Repositories (8)
-
log-search-server
Simple EM based server that allows you to search log files through the web. Uses grep and chunked...
Forked from redronin/clarity Tue Aug 25 08:18:59 -0700 2009
Last updated Wed Nov 18 10:52:09 -0800 2009
-
ebay
Ruby interface to the eBay XML Trading API
Last updated Mon Oct 19 19:18:28 -0700 2009
-
opinion
Opinion (o2): RoR forum software
Forked from danielw/opinion Thu Sep 17 08:11:23 -0700 2009
Last updated Tue Sep 08 09:22:28 -0700 2009
-
cookbooks
Opscode Cookbooks for Chef
Forked from opscode/cookbooks Mon Aug 10 14:24:36 -0700 2009
Last updated Mon Aug 10 14:28:17 -0700 2009
-
rack-bug
Debugging toolbar for Rack applications implemented as middleware
Forked from brynary/rack-bug Tue Jun 23 13:14:12 -0700 2009
Last updated Tue Jun 23 13:23:19 -0700 2009
-
delayed_job
Database backed asynchronous priority queue -- Extracted from Shopify
Forked from tobi/delayed_job Tue Jun 09 18:05:36 -0700 2009
Last updated Thu Mar 19 08:33:06 -0700 2009
-
liquid
Liquid markup language. Save, customer facing template language for flexible web apps.
Forked from tobi/liquid Wed Jan 14 06:36:15 -0800 2009
Last updated Fri Jan 23 22:00:22 -0800 2009
-
buyer_authentication
A demo application to test PayPal Payflow Pro buyer authentication
Created Sat Jul 18 09:59:32 -0700 2009
Public Activity 

-
codyfauser committed ada5f34d:
Fix typo in base.rb

-
Andrew Grim committed 63a42805:
Unify API to always look for billing_address/address hash inside of options

-
codyfauser committed 052915af:
fix up response message for Modern payments

-
codyfauser committed aa74045d:
Fix bug with Modern Payments Gateway where failure authorizations appeared to be successful

-
codyfauser committed 6a455668:
Fix modern payments

-
codyfauser committed 19896976:
Require active_support instead of activesupport to avoid deprecation warning in Rails 2.3.5

-
codyfauser committed 70e03276:
add mark's changes

-
redronin committed 4c6b6e39:
minor cleanup
-
redronin committed 36a122f3:
clean up renderer
-
redronin committed e81f2f5a:
remove duplicate code in views
-
redronin committed 4cd20c46:
remove duplicate code in views
-
redronin committed d52ac606:
remove duplicate code in views
-
John Tajima committed ccb8cb8b:
Move advanced options link to left
-
John Tajima committed ee28e7db:
Add desc for parsers
-
John Tajima committed 604c39e3:
Rename parsers. Add tests
-
John Tajima committed 2bc79674:
Added time parser tests
-
John Tajima committed eea1824c:
revert change and sort log files listing
-
John Tajima committed 0bd29539:
only print out divs when there's something to actually print
-
John Tajima committed 26607847:
Fixed time parsing
-
John Tajima committed e629df1a:
Don't cache welcome page
-
redronin committed 0dbf9854:
Updated log parsing to handle ip address or host in parser
-
codyfauser committed 452eadf5:
Only select regular files
-
codyfauser committed c4f1e93f:
make port configurable
-
codyfauser committed ffbe4f7e:
fix load path issues of templates
-
codyfauser committed ad38861c:
need to specify dir for config loading
-
codyfauser committed 7860c1c9:
add current directory to load path
-
John Tajima committed 89992abd:
Change shop link url
And 15 more commits...

-
tobi committed 305d7dd3:
refactored clarity to work as gem
-
tobi committed 0ee5f083:
changelog
-
tobi committed d0d57b39:
added command line interface for http auth, file masks and port
-
redronin committed 89acbc0e:
added README. Removed unused files.
-
redronin committed c78765fc:
Refactor commands classes. Added tests for commands.
-
redronin committed 4bc3e1fd:
minor cleanup
-
redronin committed b93b53ca:
clean up renderer
-
redronin committed 674f4872:
remove duplicate code in views
-
redronin committed 5a4e7eef:
remove duplicate code in views
-
redronin committed 798c23d3:
remove duplicate code in views
-
John Tajima committed 06b133b5:
Move advanced options link to left
-
John Tajima committed 4adae6b3:
Add desc for parsers
-
John Tajima committed 39014b50:
Rename parsers. Add tests
-
John Tajima committed 29460e22:
Added time parser tests
-
John Tajima committed 68376f08:
revert change and sort log files listing
-
John Tajima committed 0d9ad817:
only print out divs when there's something to actually print
-
John Tajima committed 2fde633e:
Fixed time parsing
-
John Tajima committed b71c55e4:
Don't cache welcome page
-
redronin committed 9de980be:
Updated log parsing to handle ip address or host in parser
-
codyfauser committed a854441c:
Only select regular files
And 11 more commits...

-
codyfauser committed 15e4f0e1:
Update to latest eBay schema version 637
-
codyfauser committed bacbc87c:
make version detection more robust

-
codyfauser committed 259dce59:
merge cattr_accessor changes
-
codyfauser committed 1df51ba7:
Merge commit 'mguterl/master'
-
Bernd Ustorf committed 1e1fc9ab:
rename config.rb to config.template.rb so I can fork without uploading my config
-
Olivier Brisse committed 261621a3:
Rails 2.3 compatibility
-
mguterl committed 675ac850:
only add cattr_* methods if they are not defined

-
codyfauser committed a3d18bd7:
Use basic SkipJack host for all non-authorization transactions. Fix status method

-
codyfauser committed 2dc4fb2f:
sanitize merchantware order id

-
codyfauser committed d05c089c:
Parse the rest of the parameters from the Direct Response for the Authorize.net CIM gateway [#123 state:resolved]
-
codyfauser committed e2a54085:
Use PayPal sandbox for Payflow Pro Express Checkout testing

-
codyfauser committed 39e6eb07:
Provide a C_STATE value of 'Outside United States' for SageGateway when processing international customers

-
codyfauser committed 411046a8:
enable amex for WPP ca

-
Tony Primerano committed ac47ae56:
add support for LinkPoint's Items entity

-
codyfauser committed f096f09d:
add check for test account and pass response params to Response

-
codyfauser committed e1397e6e:
spell the file correctly...
-
codyfauser committed 936e0bd6:
Change account_id to login and add changelog and contributor entries
-
iamjwc committed df70381b:
Updated readme
-
iamjwc committed 67520f7d:
Fixed if/unless bug
-
iamjwc committed 2da6854f:
Cleanup
-
iamjwc committed 0761e6c5:
Added some unit tests
-
iamjwc committed 343048a6:
Remote tests work
-
iamjwc committed 08888bb8:
Authorize and Capture work
-
iamjwc committed ddd38b45:
Purchase getting close
-
iamjwc committed 272395c9:
Purchase getting close
-
iamjwc committed c228f0cd:
Purchase works
-
iamjwc committed a67ebad8:
Starting to add SallieMae gateway
-
iamjwc committed 01d93f33:
Made git ignore vim swap files

-
codyfauser committed 75159930:
Add support for JetPay gateway

-
codyfauser committed 958b9184:
Add support for advanced SkipJack processors

-
codyfauser committed 3cd36a54:
Add support for AuthorizeNetCimGateway test mode [#103 state:resolved]