repo
string
commit
string
message
string
diff
string
dawanda/dawanda-api-client-js
73eafe685bf05af4c434cca184523ad5ee900c10
adding bower.json
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..989bba8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2010-2014 DaWanda GmbH + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Softwar...
dawanda/dawanda-api-client-js
2c99764b131286474982e2e74da0bc10627ba84c
fixed example
diff --git a/examples/shop_jquery/index.html b/examples/shop_jquery/index.html index e2a3ea1..71c6009 100755 --- a/examples/shop_jquery/index.html +++ b/examples/shop_jquery/index.html @@ -1,219 +1,219 @@ <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <script type="text/...
dawanda/dawanda-api-client-js
25300492976b20cb95053748a6594f4cc0b753cc
fixed example
diff --git a/examples/shop/index.html b/examples/shop/index.html index 3ee42a1..faa7558 100755 --- a/examples/shop/index.html +++ b/examples/shop/index.html @@ -1,215 +1,214 @@ <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <script type="text/javascript" charset="utf-8" ...
dawanda/dawanda-api-client-js
abaa72e619615ddfa9ab75bcf0a0b16a7e781539
added jquery support + routes for pinboard
diff --git a/lib/v1/src/dawanda.js b/lib/v1/src/dawanda.js index 6056f36..666cf01 100644 --- a/lib/v1/src/dawanda.js +++ b/lib/v1/src/dawanda.js @@ -1,249 +1,262 @@ DaWanda = {}; DaWanda.API = function(apiKey, language){ this.apiKey = null this.host = null this.API_VERSION ...
dawanda/dawanda-api-client-js
fd68710c9fe6f1cc81e76e7a4c6f65df79e3fcd7
added jquery support
diff --git a/examples/shop_jquery/index.html b/examples/shop_jquery/index.html new file mode 100755 index 0000000..e2a3ea1 --- /dev/null +++ b/examples/shop_jquery/index.html @@ -0,0 +1,219 @@ +<html> + <head> + <meta http-equiv="Content-type" content="text/html; charset=utf-8"> + <script type="text/javascript" ...
dawanda/dawanda-api-client-js
763d02945a32715cb1fb7231ddc0bec29a3f94ff
fixed style bug
diff --git a/examples/shop/index.html b/examples/shop/index.html index c522373..3ee42a1 100755 --- a/examples/shop/index.html +++ b/examples/shop/index.html @@ -1,214 +1,215 @@ <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <script type="text/javascript" charset="utf-8" ...
dawanda/dawanda-api-client-js
f556341d54e3f4e3c0a3ededb6eb22ede7e075d0
import of old repo; fixed dependencies of examples
diff --git a/examples/shop/index.html b/examples/shop/index.html new file mode 100755 index 0000000..c522373 --- /dev/null +++ b/examples/shop/index.html @@ -0,0 +1,214 @@ +<html> + <head> + <meta http-equiv="Content-type" content="text/html; charset=utf-8"> + <script type="text/javascript" charset="utf-8" src="...
bandwagon/torquebox_queue
29221b9d330ababe65048898e1d770aa1c9ff9b9
correct usage
diff --git a/USAGE b/USAGE index f1d6e99..b01ecfe 100644 --- a/USAGE +++ b/USAGE @@ -1,39 +1,39 @@ # **** TorqueBox Task Generator ********************************** # Created by Dan Tylenda-Emmons # Twitter: jrubyist # Email: jrubyist-at-gmail-dot-com # Since: 11/27/2009 -jruby script/generate SomeClassNameEndi...
bandwagon/torquebox_queue
75eeb4bde0e0a7cec4ea5f8497e8f8168d71051d
modified template and logic
diff --git a/USAGE b/USAGE index 7f9dae2..f1d6e99 100644 --- a/USAGE +++ b/USAGE @@ -1,32 +1,39 @@ -**** TorqueBox Task Generator **** +# **** TorqueBox Task Generator ********************************** +# Created by Dan Tylenda-Emmons +# Twitter: jrubyist +# Email: jrubyist-at-gmail-dot-com +# Since: 11/27/2009 -jru...
brentp/fastahack-python
00fd0b6ee920f49f26df1c92f924bc2dc4124e74
add .names attribute and version number
diff --git a/README.rst b/README.rst old mode 100644 new mode 100755 index bc88be9..ad6496d --- a/README.rst +++ b/README.rst @@ -1,34 +1,34 @@ ========= FastaHack ========= python/cython wrapper for `fastahack`_ library The c++ library, fastahack, reads `.fai files`_ files for an index, as created by e.g. `sam...
brentp/fastahack-python
2734a2e2410bb9a3074604e18c62b5d1bda079e5
cleanup old string defs
diff --git a/fastahack/cfastahack.pyx b/fastahack/cfastahack.pyx index 6b2788d..0ae13b3 100644 --- a/fastahack/cfastahack.pyx +++ b/fastahack/cfastahack.pyx @@ -1,123 +1,118 @@ ### requires cython >= 0.17 ### wraps: http://github.com/ekg/fastahack from libcpp.vector cimport vector from libcpp.string cimport strin...
brentp/fastahack-python
197b9fc008bfc77156dac8b7b13ab98054ef1329
make sequence access more pythonic, utilize updates by @mdshw5
diff --git a/README.rst b/README.rst index 20f2a8e..bc88be9 100644 --- a/README.rst +++ b/README.rst @@ -1,32 +1,34 @@ ========= FastaHack ========= python/cython wrapper for `fastahack`_ library The c++ library, fastahack, reads `.fai files`_ files for an index, as created by e.g. `samtools`_ and the fastahack...
brentp/fastahack-python
e33dcd74af831972cb1b8967cd41a0477333d3fd
Fixed FastaReference initializaion
diff --git a/fastahack/cfastahack.cpp b/fastahack/cfastahack.cpp index 7584b72..2a23f81 100644 --- a/fastahack/cfastahack.cpp +++ b/fastahack/cfastahack.cpp @@ -1,2498 +1,2551 @@ -/* Generated by Cython 0.17.1 on Fri Nov 16 17:55:11 2012 */ +/* Generated by Cython 0.18 on Mon May 13 15:32:27 2013 */ #define PY_SSIZE...
brentp/fastahack-python
5ec0fa9d0507c797d4fe4f0e745efb9034f0fd16
distutils stuffs.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f96fe91 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.pyc +*.so +build/ +MANIFEST +dist/ diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..c19aca3 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +include README.rst +in...
cardmagic/standard_failure
b2a027bf7cae403c1764cf6a7667ed9c615f72a2
fixing readme
diff --git a/README b/README index 8b0d94a..09cbe3e 100644 --- a/README +++ b/README @@ -1,32 +1,36 @@ Standard Failure ============== +Standard failure reduces the if/else logic that litters controllers. + error!(:artist_not_found, :retry => :still_not_found) { @artist.nil? || @artist.deleted? } error!(:album_...
cap10morgan/phobos
a5b6de2d8930dcc8909f04c46187d08a6b918a56
got it basically working
diff --git a/AvailableVersions.m b/AvailableVersions.m index 463c5f8..e4eef41 100644 --- a/AvailableVersions.m +++ b/AvailableVersions.m @@ -1,45 +1,47 @@ // // AvailableVersions.m // Phobos // // Created by Wes Morgan on 7/26/10. // Copyright (c) 2010 Democratic National Committee. All rights reserved. // ...
cap10morgan/phobos
e4c93b3c8ef7fb913a44267b57df3e00915b538a
added some Xcode stuff to the git metadata
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fdbd29f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pbxproj -crlf -diff -merge diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3c8e9d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Xcode noise +build/* ...
tomeric/transmitter
751cd9e3071d0837300cc6d0856c7f918cfbc094
We're using Mongoid...
diff --git a/config/unicorn.rb b/config/unicorn.rb index 988c45e..a9d8188 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -1,56 +1,56 @@ APP_ENV = ENV['RAILS_ENV'] || 'production' APP_PATH = File.expand_path(File.join(File.dirname(__FILE__), '..')) require 'settingslogic' class Configuration < Settings...
tomeric/transmitter
976c3b6e829d332183f408ba42adf716724dd96d
Made number of unicorn workers configurable in application.yml
diff --git a/.gitignore b/.gitignore index ba20482..bf2e4e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ .bundle .DS_Store db/*.sqlite3 db/sphinx log/*.log log/*.pid tmp/**/* config/database.yml config/mongoid.yml config/deploy/sites.yml +config/application.yml diff --git a/Gemfile b/Gemfile ind...
tomeric/transmitter
c12e22656dacd74c995ffbc6aabe2048f86e9ffa
Removed Application.notify method and changed the application.notify_later instance method so instead of queueing the Application.notify method it executes that code immediately.
diff --git a/app/models/application.rb b/app/models/application.rb index 31057d1..024b2a9 100644 --- a/app/models/application.rb +++ b/app/models/application.rb @@ -1,54 +1,45 @@ class Application include Mongoid::Document ### ATTRIBUTES: field :name field :api_key field :url index :name ...
tomeric/transmitter
dc9d8d28dc21c86fc48c7574dd531a6c1797bb28
script/navvy stop will wait untill the process is actually stopped. This ensures that there are never 2 navvy's running around and picking the same job to process
diff --git a/script/navvy b/script/navvy index 5a80a21..258ded2 100755 --- a/script/navvy +++ b/script/navvy @@ -1,58 +1,65 @@ #!/usr/bin/env ruby require File.expand_path('../../config/application', __FILE__) class Runner APP_PATH = File.expand_path(File.join(File.dirname(__FILE__), '..')) RAILS_ENV = EN...
tomeric/transmitter
0707d919c29caa94dcce550901e116561d201a8e
Fixing content-length bug
diff --git a/app/models/notifier.rb b/app/models/notifier.rb index b5231a6..f3062e4 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -1,54 +1,61 @@ class Notifier include Mongoid::Document HTTP_SUCCESS_CODES = (200..206).to_a + # HTTPSuccess (300..307).to_a # HTTP...
tomeric/transmitter
e706a5c82c2945fb33e093760ec81f35d9355c7a
Added `rake transmitter:clean[_now]` task for cleaning up old notifications
diff --git a/app/models/notification.rb b/app/models/notification.rb index 03e754f..8a560cb 100644 --- a/app/models/notification.rb +++ b/app/models/notification.rb @@ -1,43 +1,47 @@ class Notification include Mongoid::Document include Mongoid::Timestamps ### ATTRIBUTES: field :queue field :mess...
tomeric/transmitter
135b8857d68676846b85996b89353ac32e618aa4
Navvy should not be deployable
diff --git a/Gemfile b/Gemfile index 9760bdb..cc0c0c8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,39 +1,40 @@ source "http://rubygems.org" # Rails: gem "rails", "3.0.1" gem "passenger" # Database: gem "mongoid", ">= 2.0.0.beta.19" gem "bson_ext" gem "workflow" gem "will_paginate", ">= 3.0.pre2" #...
tomeric/transmitter
e9613e319749f8ca73d44c5682be0718f93c6eac
Added Hoptoad for error reporting
diff --git a/Gemfile b/Gemfile index b65214c..9760bdb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,36 +1,39 @@ source "http://rubygems.org" # Rails: gem "rails", "3.0.1" gem "passenger" # Database: gem "mongoid", ">= 2.0.0.beta.19" gem "bson_ext" gem "workflow" gem "will_paginate", ">= 3.0.pre2" #...
tomeric/transmitter
b38434c8313eda0e157dbcabf26bb0c02c44fc0c
Fix mongoid.yml deployment setup
diff --git a/config/deploy/setup.rb b/config/deploy/setup.rb index 14d0162..96fba56 100644 --- a/config/deploy/setup.rb +++ b/config/deploy/setup.rb @@ -1,52 +1,52 @@ before "deploy:setup", "db:setup", "app:setup", "bundler:setup" set :shared_directories, %w(config tmp tmp/pids tmp/sockets log) namespace :setup ...
tomeric/transmitter
e750b40e1dd61fd8ceb722354410cceb70fc2e00
Use unicorn in production, still beats passenger with 0-downtime deployments and does not require nginx
diff --git a/Gemfile b/Gemfile index 6d043e7..b65214c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,32 +1,36 @@ source "http://rubygems.org" # Rails: gem "rails", "3.0.1" gem "passenger" # Database: gem "mongoid", ">= 2.0.0.beta.19" gem "bson_ext" gem "workflow" gem "will_paginate", ">= 3.0.pre2" #...
tomeric/transmitter
ea5bbf58ae64cea09348fb3a3c301d4c46aa3a84
Preparing for production usage
diff --git a/.gitignore b/.gitignore index 77767bd..ba20482 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ .bundle .DS_Store db/*.sqlite3 db/sphinx log/*.log log/*.pid tmp/**/* config/database.yml config/mongoid.yml +config/deploy/sites.yml diff --git a/Capfile b/Capfile new file mode 100644 index 0...
tomeric/transmitter
60a437c2e2b7a42266ae17018ec29e7e955e8526
Improved notifcations index
diff --git a/Gemfile b/Gemfile index 0b90b6c..3b7936a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,35 +1,36 @@ -source 'http://rubygems.org' +source "http://rubygems.org" # Rails: -gem 'rails', '3.0.0.rc2' +gem "rails", "3.0.0.rc2" # Database: -gem 'mongoid', :git => "git://github.com/mongoid/mongoid.git" -gem 'bson_...
tomeric/transmitter
74d0e7c3ae8b743fbcf5a39eb825c446732985de
We don't need protection for forgery because 90% of the application is the API
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index e8065d9..09705d1 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,3 +1,2 @@ class ApplicationController < ActionController::Base - protect_from_forgery ...
tomeric/transmitter
417b85bd22c5e1f1cd19a2f0d4e4a04589fe2a21
Upgrade to Rails 3.0.0.rc2
diff --git a/Gemfile b/Gemfile index 7f4fe5e..0b90b6c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,35 +1,35 @@ source 'http://rubygems.org' # Rails: -gem 'rails', '3.0.0.rc' +gem 'rails', '3.0.0.rc2' # Database: -gem 'mongoid', '>= 2.0.0.beta.14' +gem 'mongoid', :git => "git://github.com/mongoid/mongoid.git" gem 'b...
tomeric/transmitter
69c76c2911ffa611cf23dcc58a9e113a056509be
If you know the right URI, you can now create messages to test stuff
diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index f94779e..ae5da70 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -1,49 +1,49 @@ class NotificationsController < ApplicationController respond_to ...
tomeric/transmitter
cbbba8814802858bdc1c6e8d244690ed4bd536f6
Added timestamps to notification statuses
diff --git a/app/models/status.rb b/app/models/status.rb index a6ce343..b9002a4 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -1,53 +1,54 @@ class Status include Mongoid::Document + include Mongoid::Timestamps include Workflow ### ATTRIBUTES: field :notifier_id field :state f...
tomeric/transmitter
0a94e92fd72f18ed28de484f5c9203a7968c4f0c
Help passenger work with gemsets
diff --git a/config/setup_load_paths.rb b/config/setup_load_paths.rb new file mode 100644 index 0000000..16f6c8a --- /dev/null +++ b/config/setup_load_paths.rb @@ -0,0 +1,28 @@ +if ENV['MY_RUBY_HOME'] && ENV['MY_RUBY_HOME'].include?('rvm') + begin + rvm_path = File.dirname(File.dirname(ENV['MY_RUBY_HOME'])) + ...
tomeric/transmitter
90f0f1bf8be897d238951387e78c042e4f50b889
Require API key for creating/deleting notifications
diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index 4728848..f94779e 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -1,41 +1,49 @@ class NotificationsController < ApplicationController respond_to ...
alanbriolat/ssgen
64e9b123a19141f7505ee6ffd397804df96a0fc1
Archive work-in-progress
diff --git a/example/_posts/2012-03-15-foo-bar-baz-bozzle.foo.bar b/example/_posts/2012-03-15-foo-bar-baz-bozzle.foo.bar new file mode 100644 index 0000000..e69de29 diff --git a/example/_posts/2012-03-15-foo-bar-baz-bozzle.rst b/example/_posts/2012-03-15-foo-bar-baz-bozzle.rst new file mode 100644 index 0000000..e69de2...
jasonm/jayunit.net
09920b47b34969822d794080678f8bd6ed388d26
wording
diff --git a/.index.html.swp b/.index.html.swp index e2b9369..15c6cc5 100644 Binary files a/.index.html.swp and b/.index.html.swp differ diff --git a/index.html b/index.html index 65683d3..af6ec39 100644 --- a/index.html +++ b/index.html @@ -1,51 +1,51 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
jasonm/jayunit.net
d22943f45b141824934605b1392c3de2486f37b9
reordering
diff --git a/.index.html.swp b/.index.html.swp new file mode 100644 index 0000000..e2b9369 Binary files /dev/null and b/.index.html.swp differ diff --git a/index.html b/index.html index 2b64781..65683d3 100644 --- a/index.html +++ b/index.html @@ -1,51 +1,51 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional...
jasonm/jayunit.net
07323b8d8f9c4fd928c181715c4441a2daf85530
added blog link
diff --git a/index.html b/index.html index 9cf48e5..2b64781 100644 --- a/index.html +++ b/index.html @@ -1,50 +1,51 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <h...
jasonm/jayunit.net
7280f3fdf548eeab2e0e4d6589e1168e7f545575
first pass
diff --git a/.index.html.swp b/.index.html.swp new file mode 100644 index 0000000..22ffb41 Binary files /dev/null and b/.index.html.swp differ diff --git a/.screen.css.swp b/.screen.css.swp new file mode 100644 index 0000000..98800c1 Binary files /dev/null and b/.screen.css.swp differ diff --git a/header.png b/header.p...
ssoper/jquery-binaryUpload
91eddf8d3dcdd5f317aeed0c15a8ed8c53018c78
adding all important 'return this' so it can chain properly
diff --git a/jquery.binaryUpload.js b/jquery.binaryUpload.js index a443690..ee9f616 100644 --- a/jquery.binaryUpload.js +++ b/jquery.binaryUpload.js @@ -1,77 +1,79 @@ $(function() { jQuery.fn.binaryUpload = function(options) { var elem = $(this); var defaults = { onStart: null, onFinish: nul...
ssoper/jquery-binaryUpload
06ea54e52f09f50115f048b075f47361fc2748ca
add event listeners only if they are defined
diff --git a/jquery.binaryUpload.js b/jquery.binaryUpload.js index a42eeaa..a443690 100644 --- a/jquery.binaryUpload.js +++ b/jquery.binaryUpload.js @@ -1,70 +1,77 @@ $(function() { jQuery.fn.binaryUpload = function(options) { var elem = $(this); var defaults = { onStart: null, onFinish: nul...
ssoper/jquery-binaryUpload
64e6535eadc2484fabe800b30d141c0f01212df1
add'l doc
diff --git a/README.md b/README.md index cfe020d..1ffc521 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,22 @@ ### Description Upload a file asynchronously in Firefox 3.5+, Chrome and Safari ### Documentation The plugin is self-documenting with descriptive event names each of which takes a callback. Here are ...
ssoper/jquery-binaryUpload
887991c93826142011a674fffc08605985468128
grr markdown
diff --git a/README.md b/README.md index edb9605..3a4aeb4 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ### Description Upload a file asynchronously in Firefox 3.5+, Chrome and Safari ### Documentation The plugin is self-documenting with descriptive event names each of which takes a callback. Here are ...
ssoper/jquery-binaryUpload
ca029eb89dff053613162bdef91cb1ad55e6caa9
documentation changes
diff --git a/README.md b/README.md index 25ecbac..edb9605 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ ### Description Upload a file asynchronously in Firefox 3.5+, Chrome and Safari -### Sample -To run the sample make sure you have Ruby and Sinatra installed. +### Documentation +The plugin is self-docum...
ssoper/jquery-binaryUpload
b88092826d9ef942624caf6d55d037575d80d18c
allow other http methods to be used, default will remain POST
diff --git a/jquery.binaryUpload.js b/jquery.binaryUpload.js index 939ba36..a42eeaa 100644 --- a/jquery.binaryUpload.js +++ b/jquery.binaryUpload.js @@ -1,69 +1,70 @@ $(function() { jQuery.fn.binaryUpload = function(options) { var elem = $(this); var defaults = { onStart: null, onFinish: nul...
ssoper/jquery-binaryUpload
0e8609ba93ab3b6fe08aa97030a0652379dd8386
now lists all files that have been uploaded
diff --git a/index.erb b/index.erb index 52cee0b..aa1d9e0 100644 --- a/index.erb +++ b/index.erb @@ -1,48 +1,65 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Asynchronous File Upload</title> ...
ssoper/jquery-binaryUpload
b6f65ce9e676119ca52ac314c2c9ac9b04f00f4a
styling changes
diff --git a/index.erb b/index.erb index 3ca9b51..52cee0b 100644 --- a/index.erb +++ b/index.erb @@ -1,49 +1,48 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Asynchronous File Upload</title> ...
ssoper/jquery-binaryUpload
9ea191c41aeaffa3f9b1e787c42fad1af0e9a31e
modify readme
diff --git a/README.md b/README.md index 51c0fc0..25ecbac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### Description -Upload a file asynchronously in Firefox 3.5+ and WebKit browsers +Upload a file asynchronously in Firefox 3.5+, Chrome and Safari ### Sample To run the sample make sure you have Ruby an...
ssoper/jquery-binaryUpload
a97b71f7c4b1280915c67145741d14b0766e6e56
create the files dir if it doesnt exist
diff --git a/sample.rb b/sample.rb index 74904c7..45bf1ef 100644 --- a/sample.rb +++ b/sample.rb @@ -1,49 +1,51 @@ require 'rubygems' require 'sinatra' require 'fileutils' require 'json' mime_type :json, 'application/json' set :public, Proc.new { root } set :views, Proc.new { root } get '/' do erb :index...
ssoper/jquery-binaryUpload
96c2fd5eefae78624b4472d186c355eb2e6d3cdb
moving readme
diff --git a/README b/README deleted file mode 100644 index 29bdfd1..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -Upload a file asynchronously in Firefox 3.5+ and WebKit browsers diff --git a/README.md b/README.md new file mode 100644 index 0000000..51c0fc0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +### Descri...
ssoper/jquery-binaryUpload
2a6ee9725a2707833c2efcb62f6aff6c5fc5255c
adding in a sinatra server, getting rid of progress bar, replaced with straight number val
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8424051 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +uploaded_files/* diff --git a/index.erb b/index.erb new file mode 100644 index 0000000..3ca9b51 --- /dev/null +++ b/index.erb @@ -0,0 +1,49 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"...
ssoper/jquery-binaryUpload
b891ae18752d6e385b974a22c9075d80f2aeb3d6
link to correct file
diff --git a/example.html b/example.html index 098181f..ddbde12 100644 --- a/example.html +++ b/example.html @@ -1,53 +1,53 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Asynchronous File Upl...
ssoper/jquery-binaryUpload
0603686a7001524af74257f33626d1e5bca9261a
File dom obj was added in ff3.5
diff --git a/README b/README index 74daeff..29bdfd1 100644 --- a/README +++ b/README @@ -1 +1 @@ -Upload a file asynchronously in Firefox 3.6+ and WebKit browsers +Upload a file asynchronously in Firefox 3.5+ and WebKit browsers
ssoper/jquery-binaryUpload
935cc43d18912d594955b4d358f7dd1dc73be821
some cleanup
diff --git a/example.html b/example.html index 75c1c96..098181f 100644 --- a/example.html +++ b/example.html @@ -1,53 +1,53 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Asynchronous File Upl...
ssoper/jquery-binaryUpload
15dae3b0a74549f597cc293aef4e7800eb2fe509
adding an example
diff --git a/example.html b/example.html new file mode 100644 index 0000000..75c1c96 --- /dev/null +++ b/example.html @@ -0,0 +1,53 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> + <title>Asynchronous ...
bolthar/intersect
af9f268df12567d7bc1f8900b9b7552dc9a6fad8
shikai!
diff --git a/lib/intersect.rb b/lib/intersect.rb new file mode 100644 index 0000000..53f2cc0 --- /dev/null +++ b/lib/intersect.rb @@ -0,0 +1,20 @@ + +require 'rubygems' +require 'freightrain' + +include Freightrain + +Freightrain.toolkit = :gtk +Freightrain.app_path = File.dirname(__FILE__) +Freightrain.auto_require! +...
bolthar/intersect
61ed557c2a329efd70975a793d3cb5149bac12a7
shikai
diff --git a/lib/domain/circle.rb b/lib/domain/circle.rb index 137bf18..5876f23 100644 --- a/lib/domain/circle.rb +++ b/lib/domain/circle.rb @@ -1,16 +1,28 @@ class Circle < Shape attr_reader :center attr_reader :radius def initialize(center, radius) @center = Point.new(center) @radius = rad...
bolthar/intersect
1dadd46995dd6577cdb3b982881c8990183e4181
load file (i LOVE freightrain)
diff --git a/lib/services/reader_service.rb b/lib/services/reader_service.rb index 2431ec3..0e7c2b9 100644 --- a/lib/services/reader_service.rb +++ b/lib/services/reader_service.rb @@ -1,35 +1,34 @@ class ReaderService < FreightService def read_shapes(filename) - return @shapes if @shapes - @shapes = [] +...
bolthar/intersect
e7ef6b6f31a5889003198ca73121396f0e60c038
shapes
diff --git a/lib/domain/circle.rb b/lib/domain/circle.rb index 0aba6b3..137bf18 100644 --- a/lib/domain/circle.rb +++ b/lib/domain/circle.rb @@ -1,12 +1,16 @@ -class Circle +class Circle < Shape attr_reader :center attr_reader :radius def initialize(center, radius) @center = Point.new(center) ...
bolthar/intersect
39320c2ba185dd5cc3d66df98672bdb1f64e83b8
bug fixes on gui
diff --git a/lib/viewmodels/polygon_properties_view_model.rb b/lib/viewmodels/polygon_properties_view_model.rb index 3d6a6c4..4d5dc80 100644 --- a/lib/viewmodels/polygon_properties_view_model.rb +++ b/lib/viewmodels/polygon_properties_view_model.rb @@ -1,27 +1,28 @@ class PolygonPropertiesViewModel < FreightViewMode...
bolthar/intersect
3899cf769b40853dca718d34f42342cd34b5b457
some more guiz
diff --git a/lib/domain/point.rb b/lib/domain/point.rb index 5e4f7cf..4187c8a 100644 --- a/lib/domain/point.rb +++ b/lib/domain/point.rb @@ -1,15 +1,16 @@ class Point - attr_reader :x - attr_reader :y + #no need for this to be writable, just i'm a lazy bastard and i need this for presentation + attr_accessor :...
bolthar/intersect
1764e91f3647b3bacf646551fc471a352687d0a2
gui stub
diff --git a/lib/viewmodels/circle_properties_view_model.rb b/lib/viewmodels/circle_properties_view_model.rb new file mode 100644 index 0000000..ae2b36c --- /dev/null +++ b/lib/viewmodels/circle_properties_view_model.rb @@ -0,0 +1,4 @@ + +class CirclePropertiesViewModel < FreightViewModel + +end \ No newline at end o...
polym0rph/GLSL.tmbundle
6998d3bbd204e26746a5ca580cda4c650b9057b1
fix bad character
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage index 7c6d197..e0fe427 100644 --- a/Syntaxes/GLSL.tmLanguage +++ b/Syntaxes/GLSL.tmLanguage @@ -1,85 +1,85 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> ...
polym0rph/GLSL.tmbundle
4595b2329e081aaae30695f49ab055873617885d
New extensions {v,f,g}.glsl
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage index 90b47b9..7c6d197 100644 --- a/Syntaxes/GLSL.tmLanguage +++ b/Syntaxes/GLSL.tmLanguage @@ -1,82 +1,85 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> ...
polym0rph/GLSL.tmbundle
c04b8424eb1cb455452ce8af85c5a8c27c4a33ba
Support of geometry shaders
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage index 9f2631f..90b47b9 100644 --- a/Syntaxes/GLSL.tmLanguage +++ b/Syntaxes/GLSL.tmLanguage @@ -1,78 +1,82 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> ...
polym0rph/GLSL.tmbundle
744f0795b7c23daea350e32666dc97e792956c31
Support .vsh and .vshader style extensions
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage index cda51d8..9f2631f 100644 --- a/Syntaxes/GLSL.tmLanguage +++ b/Syntaxes/GLSL.tmLanguage @@ -1,74 +1,78 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> ...
polym0rph/GLSL.tmbundle
6ca4b5bb76983b25bbbd1df21a8c51f25324c71e
added a command to open the current file in the OpenGL Shader Builder
diff --git a/Commands/Open in OpenGL Shader Builder.tmCommand b/Commands/Open in OpenGL Shader Builder.tmCommand new file mode 100644 index 0000000..66ed759 --- /dev/null +++ b/Commands/Open in OpenGL Shader Builder.tmCommand @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//D...
polym0rph/GLSL.tmbundle
7d5a8d32afb5f5811993381081df156ebd0d207a
added a run command skeleton
diff --git a/Commands/Run.tmCommand b/Commands/Run.tmCommand new file mode 100644 index 0000000..378c5fe --- /dev/null +++ b/Commands/Run.tmCommand @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist ver...
polym0rph/GLSL.tmbundle
b649bf066e8765c65f02f9879eeacddc92827513
included c syntax highlighting and added highlighting for unsupported keywords
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage index 5358853..29360f7 100644 --- a/Syntaxes/GLSL.tmLanguage +++ b/Syntaxes/GLSL.tmLanguage @@ -1,100 +1,72 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> ...
polym0rph/GLSL.tmbundle
d66f9b6f91983b0a7387a9828b542125473975ba
added a snippet for a new method
diff --git a/Snippets/method ___.tmSnippet b/Snippets/method ___.tmSnippet new file mode 100644 index 0000000..1ac2a92 --- /dev/null +++ b/Snippets/method ___.tmSnippet @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList...
polym0rph/GLSL.tmbundle
5374c77d0c434eaf8c07fa48c4d3a4bf31b20e87
added a snippet for main function
diff --git a/Snippets/main ___.tmSnippet b/Snippets/main ___.tmSnippet new file mode 100644 index 0000000..bd635a2 --- /dev/null +++ b/Snippets/main ___.tmSnippet @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.d...
polym0rph/GLSL.tmbundle
472729bb08fe1ed9563248d7e4bb7cbf5d0867b3
added a struct snippet
diff --git a/Snippets/struct.tmSnippet b/Snippets/struct.tmSnippet new file mode 100644 index 0000000..c4e6791 --- /dev/null +++ b/Snippets/struct.tmSnippet @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<...
polym0rph/GLSL.tmbundle
aa8945c1367fb63efcef59655c474f7f0c6276f5
added a switch snippet
diff --git a/Snippets/switch ___.tmSnippet b/Snippets/switch ___.tmSnippet new file mode 100644 index 0000000..519d89d --- /dev/null +++ b/Snippets/switch ___.tmSnippet @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList...
polym0rph/GLSL.tmbundle
daa9d456e749136895d6d023d06274023e6eb11f
added a for snippet
diff --git a/Snippets/for ___.tmSnippet b/Snippets/for ___.tmSnippet new file mode 100644 index 0000000..720c359 --- /dev/null +++ b/Snippets/for ___.tmSnippet @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"...
polym0rph/GLSL.tmbundle
a738811cff3bf79fef84f3a4423a7aa3dd43fef1
added a while snippet
diff --git a/Snippets/while ___.tmSnippet b/Snippets/while ___.tmSnippet new file mode 100644 index 0000000..806b16a --- /dev/null +++ b/Snippets/while ___.tmSnippet @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1....
polym0rph/GLSL.tmbundle
36c3c8b7feae9bcb62b1573123ee1769be51cbbb
placed the do-while menu entry in the declaration group
diff --git a/info.plist b/info.plist index 92ad477..9b93cca 100644 --- a/info.plist +++ b/info.plist @@ -1,35 +1,36 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>mainMenu</key> <d...
polym0rph/GLSL.tmbundle
7c232b9a0f7f2870ff5806b3b786d2e5ee8d539b
added do-while snippet
diff --git a/Snippets/do ___ while.tmSnippet b/Snippets/do ___ while.tmSnippet new file mode 100644 index 0000000..9e5e933 --- /dev/null +++ b/Snippets/do ___ while.tmSnippet @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/Proper...
polym0rph/GLSL.tmbundle
f58cd8aa7cfe797b2926dc313bfe5bda60fdc2db
added if-else snippet
diff --git a/Snippets/if ___ else.tmSnippet b/Snippets/if ___ else.tmSnippet new file mode 100644 index 0000000..2072b52 --- /dev/null +++ b/Snippets/if ___ else.tmSnippet @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyL...
polym0rph/GLSL.tmbundle
e36b4d772b1faf72bb13676293c8744247fa9abd
renamed if snippet
diff --git a/Snippets/if Condition.tmSnippet b/Snippets/if ___.tmSnippet similarity index 88% rename from Snippets/if Condition.tmSnippet rename to Snippets/if ___.tmSnippet index 332f927..81d71d2 100644 --- a/Snippets/if Condition.tmSnippet +++ b/Snippets/if ___.tmSnippet @@ -1,19 +1,19 @@ <?xml version="1.0" encod...
polym0rph/GLSL.tmbundle
f84e3479ae791cce9c760cf7dec3ac82d73bb49e
added a snippet for if blocks
diff --git a/Snippets/if Condition.tmSnippet b/Snippets/if Condition.tmSnippet new file mode 100644 index 0000000..332f927 --- /dev/null +++ b/Snippets/if Condition.tmSnippet @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/Proper...
polym0rph/GLSL.tmbundle
2030b52c5fb06007d9e29e8b4485c4930ad92aa0
added a basic README and some more storage modifiers
diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.textile b/README.textile new file mode 100644 index 0000000..e80fe8e --- /dev/null +++ b/README.textile @@ -0,0 +1,10 @@ +The OpenGL Shading Language TextMate Bundle + +* <a href="http://www.opengl.org/registry/doc/GLSLangS...
polym0rph/GLSL.tmbundle
146c622798660700069fdf575c8085e3fb719e8a
added comments preferences
diff --git a/Preferences/Comments.tmPreferences b/Preferences/Comments.tmPreferences new file mode 100644 index 0000000..f8feb03 --- /dev/null +++ b/Preferences/Comments.tmPreferences @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTD...
polym0rph/GLSL.tmbundle
cdfa33d66d79362a6408ecd9634a35c92fdf4d33
added syntax highlighting for comments, numbers and built-in functions, variables and constants
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage index f2c7cb6..bab9386 100644 --- a/Syntaxes/GLSL.tmLanguage +++ b/Syntaxes/GLSL.tmLanguage @@ -1,32 +1,100 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> ...
polym0rph/GLSL.tmbundle
c029104ab80367a6f530336b0c745584b5e08d2b
added all storage types
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage index b0fbdca..f2c7cb6 100644 --- a/Syntaxes/GLSL.tmLanguage +++ b/Syntaxes/GLSL.tmLanguage @@ -1,32 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> ...
polym0rph/GLSL.tmbundle
2a2f884e24ebcd88d58369024058577824ea246c
added storage types matches
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage index f63f0a6..b0fbdca 100644 --- a/Syntaxes/GLSL.tmLanguage +++ b/Syntaxes/GLSL.tmLanguage @@ -1,47 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> ...
polym0rph/GLSL.tmbundle
fed509a306fc650fa87928af2f9f6824bbbfe408
added a README
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
polym0rph/GLSL.tmbundle
3a7f0135e38bf1c3ca4d44c3ed38954e5e8d000b
starting a textmate bundle for the openGL shading language
diff --git a/Syntaxes/GLSL.tmLanguage b/Syntaxes/GLSL.tmLanguage new file mode 100644 index 0000000..f63f0a6 --- /dev/null +++ b/Syntaxes/GLSL.tmLanguage @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<pli...
viric/sopdf-linux
7f32aeae794cb9c2df7d42967da80f48fd223633
First import from: http://www.mobileread.com/forums/showthread.php?t=32066&highlight=sopdf+linux&page=3
diff --git a/README b/README new file mode 100644 index 0000000..122d6f9 --- /dev/null +++ b/README @@ -0,0 +1,66 @@ +Quick and Dirty Linux port of soPdf +<emit.sorrels@gmail.com> Emit on mobileread +January 17, 2009 +----------------------------------- +original win32 version is by 'theguru' on mobileread.com +http://...
robertbrook/petitions
614906dbfd1000e6d8b686e1c7e7fb9f884dc8a6
imported rspec_haml_scaffold generator via piston
diff --git a/vendor/plugins/rspec_haml_scaffold_generator/.piston.yml b/vendor/plugins/rspec_haml_scaffold_generator/.piston.yml new file mode 100644 index 0000000..680faf7 --- /dev/null +++ b/vendor/plugins/rspec_haml_scaffold_generator/.piston.yml @@ -0,0 +1,7 @@ +--- +format: 1 +handler: + commit: 5b10c9d46af38c4...
robertbrook/petitions
d2c4664f7a6715080c8df113e3e4d7f6da151a8a
imported edge rspec, rspec_on_rails and haml as submodules
diff --git a/.gitmodules b/.gitmodules index 5f43dd3..3dbc4cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,12 @@ [submodule "vendor/rails"] path = vendor/rails url = git://github.com/rails/rails.git +[submodule "vendor/plugins/haml"] + path = vendor/plugins/haml + url = git://github.com/nex3/haml.git +[su...
robertbrook/petitions
c65b43ee3c3bb432da3f1cc78e17dbf453a5d140
imported edge rails as a submodule
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5f43dd3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/rails"] + path = vendor/rails + url = git://github.com/rails/rails.git diff --git a/vendor/rails b/vendor/rails new file mode 160000 index 0000000..0a21193 --- /dev/null...
bricooke/assistance
0330ed3c45c21c7893cc8b3d05924c2b9029c639
Added details about what I've done to the README
diff --git a/.gitignore b/.gitignore index ed9f9cc..f84d9c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -coverage \ No newline at end of file +coverage +pkg \ No newline at end of file diff --git a/README b/README index e69de29..78459a9 100644 --- a/README +++ b/README @@ -0,0 +1,11 @@ +Official assistance r...
bricooke/assistance
3b8c4fcebb0b2a76667ddc0e87ab7fb84cf14fad
Make the errors object enumerable. This was done for merb's error helper
diff --git a/lib/assistance/validation.rb b/lib/assistance/validation.rb index 7748a63..22f29ab 100644 --- a/lib/assistance/validation.rb +++ b/lib/assistance/validation.rb @@ -1,252 +1,264 @@ # The Validations module provides validation capabilities as a mixin. When # included into a class, it enhances the class wit...
bricooke/assistance
ca2dac75a2059fec0249e8b0467f646aedddf003
Added the ability to pass :if => Proc to each validation type
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed9f9cc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +coverage \ No newline at end of file diff --git a/lib/assistance/validation.rb b/lib/assistance/validation.rb index 68cca4d..7748a63 100644 --- a/lib/assistance/validation.rb +++ b/lib/assistan...
bricooke/assistance
f12a5285e3904c9139af29b1420876206e62af30
Version 0.1.5.
diff --git a/Rakefile b/Rakefile index 46649e1..bfe31fb 100644 --- a/Rakefile +++ b/Rakefile @@ -1,125 +1,125 @@ require "rake" require "rake/clean" require "rake/gempackagetask" require "rake/rdoctask" require "fileutils" include FileUtils ######################################################################...
bricooke/assistance
146b9e46e660db511acd1b95e28a7b4938bbec16
Fixed .validates {each ...} to work correctly.
diff --git a/CHANGELOG b/CHANGELOG index 78d3d92..606239e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,33 +1,37 @@ +=== 0.1.5 (2008-02-16) + +* Fixed .validates {each ...} to work correctly. + === 0.1.4 (2008-02-08) * Added inheritance of validations. === 0.1.3 (2008-02-04) * Fixed case statement in Inflector...
bricooke/assistance
38550c440e1bcaea189ac2aed7b06c17b4ca4e80
Added inheritance of validations. Version 0.1.4.
diff --git a/CHANGELOG b/CHANGELOG index e859d28..78d3d92 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,29 +1,33 @@ +=== 0.1.4 (2008-02-08) + +* Added inheritance of validations. + === 0.1.3 (2008-02-04) * Fixed case statement in Inflector to work in Ruby 1.9. === 0.1.2 (2008-01-21) * Imported Validation from ...
bricooke/assistance
e2a8e2e0c364130cabe28f49621a261837b35cc7
Fixed case statement in Inflector to work in Ruby 1.9.
diff --git a/CHANGELOG b/CHANGELOG index ba741df..e859d28 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,25 +1,29 @@ +=== 0.1.3 (2008-02-04) + +* Fixed case statement in Inflector to work in Ruby 1.9. + === 0.1.2 (2008-01-21) * Imported Validation from Sequel. === 0.1.1 (2008-01-18) * Added Array#extract_option...
bricooke/assistance
7fff2bd19a0e0017458be99d35f3cd01af07926f
Imported Validation from Sequel. Version 0.1.2.
diff --git a/CHANGELOG b/CHANGELOG index 9ff9ab0..ba741df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,21 +1,25 @@ +=== 0.1.2 (2008-01-21) + +* Imported Validation from Sequel. + === 0.1.1 (2008-01-18) * Added Array#extract_options! method. === 0.1 (2008-01-14) * First "official" release. === 0.0.2 (2008-0...