All Projects → alexlee002 → alloy

alexlee002 / alloy

Licence: Apache-2.0 license
Patchwork now rename to [alloy], alloy is a simple toolkit that makes your iOS / OS X apps development more easier.

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to alloy

activerecord-debug errors
An extension of activerecord to display useful debug logs on errors
Stars: ✭ 23 (-62.3%)
Mutual labels:  activerecord
active dynamic
Gem that allows to add attributes to your active models dynamically
Stars: ✭ 61 (+0%)
Mutual labels:  activerecord
duck record
Used for creating virtual models like ActiveType or ModelAttribute does.
Stars: ✭ 23 (-62.3%)
Mutual labels:  activerecord
sinatra-bootstrap
My opinionated Sinatra base application
Stars: ✭ 14 (-77.05%)
Mutual labels:  activerecord
nl.fokkezb.form
[UNMAINTAINED] Alloy TableView Form Widget
Stars: ✭ 43 (-29.51%)
Mutual labels:  alloy
activerecord-crate-adapter
Ruby on Rails ActiveRecord adapter for CrateDB
Stars: ✭ 27 (-55.74%)
Mutual labels:  activerecord
yii2-activerecord-inheritance
ActiveRecord Inheritance is an util to provide the Class Table Inheritance Pattern the to the Yii2 framework
Stars: ✭ 18 (-70.49%)
Mutual labels:  activerecord
Vulkan-MemoryModel
Vulkan Memory Model
Stars: ✭ 95 (+55.74%)
Mutual labels:  alloy
ar-search
Provides unified search model for Yii ActiveRecord
Stars: ✭ 31 (-49.18%)
Mutual labels:  activerecord
ebisu connection
EbisuConnection allows access to replica servers
Stars: ✭ 14 (-77.05%)
Mutual labels:  activerecord
active snapshot
Simplified snapshots and restoration for ActiveRecord models and associations with a transparent white-box implementation
Stars: ✭ 67 (+9.84%)
Mutual labels:  activerecord
firefox-secure-proxy
Standalone wrapper for Firefox Private Network
Stars: ✭ 15 (-75.41%)
Mutual labels:  network-wrapper
no querying views
No more querying views in your Rails apps
Stars: ✭ 60 (-1.64%)
Mutual labels:  activerecord
attribute-depends-calculator
Automatically calculate a collection of depends attribute of ActiveRecord
Stars: ✭ 41 (-32.79%)
Mutual labels:  activerecord
database cleaner-active record
Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
Stars: ✭ 35 (-42.62%)
Mutual labels:  activerecord
nl.fokkezb.loading
The widget provides a simple loading mask that can be easily styled and configured.
Stars: ✭ 96 (+57.38%)
Mutual labels:  alloy
departure
Percona's pt-online-schema-change runner for ActiveRecord migrations.
Stars: ✭ 86 (+40.98%)
Mutual labels:  activerecord
activerecord-mysql2rgeo-adapter
ActiveRecord connection adapter for gis, based on mysql and rgeo
Stars: ✭ 25 (-59.02%)
Mutual labels:  activerecord
ptw
Pooling TLS Wrapper
Stars: ✭ 20 (-67.21%)
Mutual labels:  network-wrapper
sinatra-dev-cheatsheet
A quick-and-dirty cheat sheet for creating HTML/CSS websites, and developing using Sinatra and ActiveRecord.
Stars: ✭ 44 (-27.87%)
Mutual labels:  activerecord

patchwork Alloy

Patchwork Alloy is a simple toolkit that makes your iOS / OS X apps development more easier.

中文文档 | English Document

Important!

The BlocksKit defines a macro named SELECT, which is conflict with the property name in ALDatabase, so BE SURE add this code in your Podfile:

pre_install do
    system("sed -i '' '/BKMacros/d' Pods/BlocksKit/BlocksKit/BlocksKit.h")
end
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].