CARVIEW |
binarylogic
(Ben Johnson)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Ben Johnson
- Website/Blog
- https://www.binarylogic.com
- Company
- Binary Logic
- Location
- NY / NJ
- Member Since
- Mar 30, 2008 (about 1 year)
Following 7 coders and watching 78 repositories view all →
Public Repositories (13)
-
settingslogic
A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton...
Last updated Fri Jan 29 12:49:36 -0800 2010
-
searchlogic
Searchlogic provides object based searching, common named scopes, and other useful named scope to...
Last updated Mon Jan 25 22:39:33 -0800 2010
-
authlogic
A simple model based ruby authentication solution.
Last updated Mon Jan 18 22:25:55 -0800 2010
-
enumlogic
A tool for adding enumerations to your models
Last updated Wed Nov 18 00:24:33 -0800 2009
-
addresslogic
A simple ruby solution to displaying addresses.
Last updated Wed Nov 18 00:11:00 -0800 2009
-
shippinglogic
Simple and straight forward interfaces to the various shipping web services
Last updated Sun Aug 16 23:04:39 -0700 2009
-
coercionlogic
Coerce blank strings into nil objects for ActiveRecord
Last updated Thu Aug 13 11:13:48 -0700 2009
-
authlogic_example
An example rails app using the Authlogic authentication library
Last updated Sat Jun 20 01:36:57 -0700 2009
-
authlogic_openid
Extension of the Authlogic library to add OpenID support.
Last updated Thu May 21 23:34:24 -0700 2009
-
authlogic_ldap
An extension of Authlogic to add LDAP authentication.
Last updated Tue Apr 07 11:05:31 -0700 2009
-
memorylogic
Adds in proccess id and memory usage in your rails logs, great for tracking down memory leaks
Last updated Tue Mar 31 22:53:24 -0700 2009
-
searchlogic_example
Rails app using the searchlogic library
Last updated Sun Nov 30 11:51:02 -0800 2008
-
boolean_datetime_attribute
Let's datetime attributes act as booleans
Last updated Thu Sep 11 09:40:12 -0700 2008
Public Activity 

-
binarylogic committed 561e6f0e:
Remove rubyforge task

-
binarylogic committed f5364012:
Regenerated gemspec for version 2.0.4
-
binarylogic committed d6dae9cb:
Version bump to 2.0.4

-
binarylogic committed a01779d9:
Change KeyError to IndexError
Tagging that doesn't want to be on steroids. It's skinny and happy to stay that way

-
binarylogic committed ccb29a66:
Regenerated gemspec for version 2.4.2
-
binarylogic committed a92707ed:
Version bump to 2.4.2

-
binarylogic committed b662e3d0:
Add hook method conditions_array to change the order in which conditions are called in the search object

-
binarylogic committed 1d928ae1:
Update readme, remove github gem reference

-
binarylogic committed 5de07029:
Regenerated gemspec for version 2.4.1
-
binarylogic committed a1afce99:
Version bump to 2.4.1

-
binarylogic committed 9436fd34:
Fix bug for deep delegation in polymorphic relationships

-
binarylogic committed f8da42bf:
Regenerated gemspec for version 2.4.0
-
binarylogic committed 73f517bf:
Version bump to 2.4.0

-
binarylogic committed 2ee41746:
New favorite feature: support for traversing through polymorphic associations

-
binarylogic committed 40a721a8:
update spec to match changes

-
binarylogic committed 0c34e256:
Regenerated gemspec for version 2.3.16
-
binarylogic committed a4b71895:
Version bump to 2.3.16

-
binarylogic committed 7f630219:
forgot to call it off the association class

-
binarylogic committed 28c526d6:
Regenerated gemspec for version 2.3.15
-
binarylogic committed d41d3bdf:
Version bump to 2.3.15

-
binarylogic committed 8aa163ca:
Fix bug where association conditions were being transfered as a raw hash, thus enforcing the conditions on the wrong model. The conditions should be sanitized in their respective model first

-
binarylogic committed 51b3a2f5:
Regenerated gemspec for version 2.3.14
-
binarylogic committed d3207f0d:
Version bump to 2.3.14

-
binarylogic committed ce7849bd:
Shold be using scope(:find) not proxy_options. So that we can pick up all of the coptions for the current scope

-
binarylogic committed baf5f338:
Regenerated gemspec for version 2.3.13
-
binarylogic committed 679594b6:
Version bump to 2.3.13

-
binarylogic committed 237ba10b:
Modify implementation of merge_scopes_with_or to accept actual scope instead of information on how to build the scope. Makes this method more flexible.
Exception "undefined method `call' for nil:NilClass"

-
binarylogic committed c7bf3e43:
Regenerated gemspec for version 2.3.12
-
binarylogic committed dd8fcd91:
Version bump to 2.3.12

-
binarylogic committed fc6d3ee5:
Fix time zone conversions. Strings should be assumed in the local time and treated as such when casting to a Time
INNER JOIN problems