repo
string
commit
string
message
string
diff
string
spencertipping/webtimer
00f4d3ce9f3b9caff8a4af592fe925f5309c2943
Writing a small timer app for numbered ticket queues
diff --git a/timer.html b/timer.html new file mode 100644 index 0000000..9c8c96a --- /dev/null +++ b/timer.html @@ -0,0 +1,62 @@ +<html> + <head> + <title>DMV Waiting List Estimator</title> + <style> + body {font-family: sans-serif} + </style> + <script src='http://ajax.googleapis.com/libs/ajax/jquery/1...
gcao/server_extras
72931934b2fda6612e7d0ac6ad2f107b6966f77d
Make restore.sh executable
diff --git a/restore.sh b/restore.sh old mode 100644 new mode 100755
gcao/server_extras
1a1b66e10b43aad30d62d7de161738b6361e6bd9
backup and restore data script
diff --git a/backup.sh b/backup.sh index e068b23..4562c43 100755 --- a/backup.sh +++ b/backup.sh @@ -1,12 +1,13 @@ #!/bin/bash rm -rf ~/backup mkdir ~/backup cd ~/backup -tar czf mysql-bbs.tgz -C /var/lib/mysql bbs -tar czf mysql-gocool.tgz -C /var/lib/mysql gocool_production + +tar czf mysql-bbs.tgz -C /var/...
gcao/server_extras
6a1e56951d80fa368f937f97d82992ae34922516
Do not update file timestamp after deployment, change how sgf files are backed up
diff --git a/Capfile b/Capfile index a4a0241..c85a81c 100644 --- a/Capfile +++ b/Capfile @@ -1,24 +1,26 @@ # Look here for cleanup/refactoring ideas: http://github.com/leehambley/railsless-deploy/ load 'deploy' if respond_to?(:namespace) # cap2 differentiator set :application, "server_extras" set :deploy_to, "/da...
gcao/server_extras
89037c92a48c28bd4e07c5ddb8a058fd849ac239
Change deployment target dir
diff --git a/Capfile b/Capfile index ed6f8b8..a4a0241 100644 --- a/Capfile +++ b/Capfile @@ -1,24 +1,24 @@ # Look here for cleanup/refactoring ideas: http://github.com/leehambley/railsless-deploy/ load 'deploy' if respond_to?(:namespace) # cap2 differentiator set :application, "server_extras" -set :deploy_to, "/da...
gcao/server_extras
7a18f911c55dd374fd2ad7472abe6a83c864ef7c
Add capistrano deployment and backup script
diff --git a/Capfile b/Capfile new file mode 100644 index 0000000..ed6f8b8 --- /dev/null +++ b/Capfile @@ -0,0 +1,24 @@ +# Look here for cleanup/refactoring ideas: http://github.com/leehambley/railsless-deploy/ +load 'deploy' if respond_to?(:namespace) # cap2 differentiator + +set :application, "server_extras" +set :de...
gcao/server_extras
3d483d33467818ed4fe61c8f9b4ffc736ecfee1b
Notes on restore from amazon s3 backup
diff --git a/README.textile b/README.textile index 61c35dd..5d3f295 100644 --- a/README.textile +++ b/README.textile @@ -1,20 +1,34 @@ To restore a instance, follow instructions here http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/creating-an-image.html#registering-the-ami Run these commands ...
gcao/server_extras
cac9d682fee7ce0831ca93760fab6f9259c0a828
Misc changes
diff --git a/README.textile b/README.textile index 8e2311d..61c35dd 100644 --- a/README.textile +++ b/README.textile @@ -1,12 +1,20 @@ To restore a instance, follow instructions here http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/creating-an-image.html#registering-the-ami Run these commands ...
gcao/server_extras
40bd9036e68ffe2bd46d3872d656d40ce3b817ac
Scripts to post to forum
diff --git a/README.textile b/README.textile new file mode 100644 index 0000000..8e2311d --- /dev/null +++ b/README.textile @@ -0,0 +1,12 @@ +To restore a instance, follow instructions here + +http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/creating-an-image.html#registering-the-ami + +Run these com...
godfat/dm-is-reflective
1b0ea98385758e45cf1fc5f4ad1ea2031295cf37
Fix license identifier
diff --git a/README.md b/README.md index 0bd0ce3..d3d61b1 100644 --- a/README.md +++ b/README.md @@ -1,163 +1,163 @@ # dm-is-reflective [![Build Status](https://secure.travis-ci.org/godfat/dm-is-reflective.png?branch=master)](http://travis-ci.org/godfat/dm-is-reflective) by Lin Jen-Shin ([godfat](http://godfat.org)...
godfat/dm-is-reflective
13527752e2603de7f1f996c7d8778ef58afb9863
Prepare 1.3.2
diff --git a/CHANGES.md b/CHANGES.md index a40cbc5..e5e2610 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,253 +1,263 @@ # CHANGES +## dm-is-reflective 1.3.2 -- 2017-12-29 + +* Prefix an underscore whenever the property begins with a number, which + cannot be used as a method name. See: + [#9](https://github.com/g...
godfat/dm-is-reflective
c722c63f7570be049eeef3b23c7f1c6c4c19a472
Add another contributor
diff --git a/README.md b/README.md index 474ec35..0bd0ce3 100644 --- a/README.md +++ b/README.md @@ -1,162 +1,163 @@ # dm-is-reflective [![Build Status](https://secure.travis-ci.org/godfat/dm-is-reflective.png?branch=master)](http://travis-ci.org/godfat/dm-is-reflective) by Lin Jen-Shin ([godfat](http://godfat.org)...
godfat/dm-is-reflective
644d17a95620c24e14b5cdc12d0f56739bb790ee
Add simplecov for CI
diff --git a/Gemfile b/Gemfile index a8d7039..bc942c6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,14 @@ source 'https://rubygems.org' gemspec gem 'rake' gem 'bacon' + +gem 'simplecov', :require => false if ENV['COV'] +gem 'coveralls', :require => false if ENV['CI'] + +platforms :rbx do + gem 'rubysl-single...
godfat/dm-is-reflective
6a6774252a7bbd451a88e4484ff5a5b62b4b2abe
bump year, tasks, gemspec, version, etc
diff --git a/.travis.yml b/.travis.yml index 4ac0c89..636a147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,25 +1,28 @@ +sudo: false language: ruby -rvm: - - 2.0 - - 2.1 - - 2.2 - - rbx-2 - - jruby - - jruby-head -install: 'bundle install --retry=3' -script: 'ruby -r bundler/setup -S rake test' +install: 'g...
godfat/dm-is-reflective
631970721b9ccf2e5415ab63e38d8d2d9c4bf50d
Allowing the existence of views in the Postgres database (#10)
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index 92fd9e8..63def83 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,103 +1,103 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
9c74b3c512e0c4aff3ddd6b5ebf5038726c98ef8
add contributor [ci skip]
diff --git a/README.md b/README.md index 59a8790..c5bbe2e 100644 --- a/README.md +++ b/README.md @@ -1,160 +1,161 @@ # dm-is-reflective [![Build Status](https://secure.travis-ci.org/godfat/dm-is-reflective.png?branch=master)](http://travis-ci.org/godfat/dm-is-reflective) by Lin Jen-Shin ([godfat](http://godfat.org)...
godfat/dm-is-reflective
534b5d60a8da30224a9a2bcaeb9ccc90004bff68
comment about missing test [ci skip]
diff --git a/lib/dm-is-reflective/reflective.rb b/lib/dm-is-reflective/reflective.rb index d24b730..58fcb57 100644 --- a/lib/dm-is-reflective/reflective.rb +++ b/lib/dm-is-reflective/reflective.rb @@ -1,112 +1,112 @@ module DmIsReflective autoload :VERSION, 'dm-is-reflective/version' include DataMapper ...
godfat/dm-is-reflective
ba183e570527976565ac44a84646215824c67111
apply underscore prefix as suggested in #9, thanks @mmolhoek
diff --git a/lib/dm-is-reflective/reflective.rb b/lib/dm-is-reflective/reflective.rb index 6972f29..d24b730 100644 --- a/lib/dm-is-reflective/reflective.rb +++ b/lib/dm-is-reflective/reflective.rb @@ -1,106 +1,112 @@ module DmIsReflective autoload :VERSION, 'dm-is-reflective/version' include DataMapper ...
godfat/dm-is-reflective
f6639266745cb2e79fd97e3b2afd02a8b3738bb2
Revert "skip properties that start with digit, cannot be mapped to function"
diff --git a/lib/dm-is-reflective/adapters/data_objects_adapter.rb b/lib/dm-is-reflective/adapters/data_objects_adapter.rb index b39d1d6..d176c25 100644 --- a/lib/dm-is-reflective/adapters/data_objects_adapter.rb +++ b/lib/dm-is-reflective/adapters/data_objects_adapter.rb @@ -1,150 +1,150 @@ module DmIsReflective::D...
godfat/dm-is-reflective
87d668bb085529b4c5f3f80eeaa7596c6f096306
skip jruby for now
diff --git a/.travis.yml b/.travis.yml index b24ae96..4ac0c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,25 @@ language: ruby rvm: - 2.0 - 2.1 - 2.2 - rbx-2 - jruby - jruby-head install: 'bundle install --retry=3' script: 'ruby -r bundler/setup -S rake test' addons: postgresql:...
godfat/dm-is-reflective
3bbc54bab58b915c2dd86a99cf9466d5f1c204f7
i hate ubuntu
diff --git a/.travis.yml b/.travis.yml index f309d0b..b24ae96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,20 @@ language: ruby rvm: - 2.0 - 2.1 - 2.2 - rbx-2 - jruby - jruby-head install: 'bundle install --retry=3' script: 'ruby -r bundler/setup -S rake test' addons: postgresql:...
godfat/dm-is-reflective
fb41ab076570b84ce7ac488eb07138630f2233b0
skip properties that start with digit, cannot be mapped to function
diff --git a/lib/dm-is-reflective/adapters/data_objects_adapter.rb b/lib/dm-is-reflective/adapters/data_objects_adapter.rb index d176c25..b39d1d6 100644 --- a/lib/dm-is-reflective/adapters/data_objects_adapter.rb +++ b/lib/dm-is-reflective/adapters/data_objects_adapter.rb @@ -1,150 +1,150 @@ module DmIsReflective::D...
godfat/dm-is-reflective
61163d5de023fbd84d2c35ff5f99431e7724a629
.travis.yml: maybe the only way to get rbx running
diff --git a/.travis.yml b/.travis.yml index 502a832..b6d0cd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,12 @@ before_install: - 'git submodule update --init' - mysql -e 'create database myapp_test;' - psql -c 'create database myapp_test;' -U postgres script: 'ruby -r bundler/setup -S rake test...
godfat/dm-is-reflective
eb5d6ef1f8603b766ba4b09ba1b6500b0b8d2d3f
runner.rb: should be slightly faster
diff --git a/lib/dm-is-reflective/runner.rb b/lib/dm-is-reflective/runner.rb index ca00a07..a491ab4 100644 --- a/lib/dm-is-reflective/runner.rb +++ b/lib/dm-is-reflective/runner.rb @@ -1,87 +1,88 @@ require 'dm-is-reflective' module DmIsReflective::Runner module_function def options @options ||= [...
godfat/dm-is-reflective
a97e5429715f3468626a29b9de0aa3091fba4085
prepare release 1.3.1
diff --git a/CHANGES.md b/CHANGES.md index 71422f3..a40cbc5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,249 +1,253 @@ # CHANGES +## dm-is-reflective 1.3.1, 2013-05-22 + +* Introduce `indices` method which would return all indices in the storage. + ## dm-is-reflective 1.3.0, 2013-05-20 * Warn instead of raisin...
godfat/dm-is-reflective
1fb8192433e62feace743f832d7ecf66785b7551
fix test for sqlite, i am too tired to make sqlite report primary key
diff --git a/lib/dm-is-reflective/test.rb b/lib/dm-is-reflective/test.rb index e114a77..48b4496 100644 --- a/lib/dm-is-reflective/test.rb +++ b/lib/dm-is-reflective/test.rb @@ -1,327 +1,335 @@ require 'bacon' Bacon.summary_on_exit require 'dm-core' require 'dm-migrations' require 'dm-is-reflective' module A...
godfat/dm-is-reflective
6b72c63ee4268fed9aad72cc942d25a86ea01994
mysql works now
diff --git a/lib/dm-is-reflective/adapters/mysql_adapter.rb b/lib/dm-is-reflective/adapters/mysql_adapter.rb index 11fec07..661e621 100644 --- a/lib/dm-is-reflective/adapters/mysql_adapter.rb +++ b/lib/dm-is-reflective/adapters/mysql_adapter.rb @@ -1,102 +1,105 @@ module DmIsReflective::MysqlAdapter include DataM...
godfat/dm-is-reflective
f6a408e4c8ba6506c3f19dd495b1e5f6cdc1c639
sqlite doesn't treat primary key an unique index :(
diff --git a/lib/dm-is-reflective/adapters/sqlite_adapter.rb b/lib/dm-is-reflective/adapters/sqlite_adapter.rb index cddfc88..9ace5d7 100644 --- a/lib/dm-is-reflective/adapters/sqlite_adapter.rb +++ b/lib/dm-is-reflective/adapters/sqlite_adapter.rb @@ -1,102 +1,98 @@ module DmIsReflective::SqliteAdapter include D...
godfat/dm-is-reflective
bca34b07b4d3b2036d8a6c506d0695b47c34e407
simpler code
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index 4143445..92fd9e8 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,104 +1,103 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
182982740eb16285d5d21c5c7b6e6f4604f3be1f
consistent name
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index 7de8f5d..4143445 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,104 +1,104 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
2fbaa01cbb4ba068781ffbae47f2132e55a8088d
make sure indices method is available
diff --git a/lib/dm-is-reflective/adapters/data_objects_adapter.rb b/lib/dm-is-reflective/adapters/data_objects_adapter.rb index 4c506e5..d176c25 100644 --- a/lib/dm-is-reflective/adapters/data_objects_adapter.rb +++ b/lib/dm-is-reflective/adapters/data_objects_adapter.rb @@ -1,144 +1,150 @@ module DmIsReflective::D...
godfat/dm-is-reflective
c2b511eeb28f2652fe0f0bb3b55d197eb5528d0e
introduce indices for accessing indices
diff --git a/lib/dm-is-reflective/adapters/data_objects_adapter.rb b/lib/dm-is-reflective/adapters/data_objects_adapter.rb index f77d215..4c506e5 100644 --- a/lib/dm-is-reflective/adapters/data_objects_adapter.rb +++ b/lib/dm-is-reflective/adapters/data_objects_adapter.rb @@ -1,136 +1,144 @@ module DmIsReflective::D...
godfat/dm-is-reflective
e0f581d8463110c24bf314df95e14497dc6dfe54
version bump and prepare release
diff --git a/CHANGES.md b/CHANGES.md index 481a11e..71422f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,240 +1,249 @@ # CHANGES +## dm-is-reflective 1.3.0, 2013-05-20 + +* Warn instead of raising a TypeError if a datatype cannot be found. + We fallback to use String. +* Now it works for multiple composite keys. ...
godfat/dm-is-reflective
e7a27cbb2168b5d152f84e6cb6aed63ad5d6f1d7
warn instead of raising TypeError if the datatype cannot be found
diff --git a/dm-is-reflective.gemspec b/dm-is-reflective.gemspec index a8c34e2..8fa3284 100644 --- a/dm-is-reflective.gemspec +++ b/dm-is-reflective.gemspec @@ -1,78 +1,78 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "dm-is-reflective" s.version = "1.2.0" s.required_rubygems_versio...
godfat/dm-is-reflective
dec0d59e7be9bfd463187582f08fc1a94998818f
now mysql supports multiple composite keys
diff --git a/lib/dm-is-reflective/adapters/mysql_adapter.rb b/lib/dm-is-reflective/adapters/mysql_adapter.rb index c2b0044..11fec07 100644 --- a/lib/dm-is-reflective/adapters/mysql_adapter.rb +++ b/lib/dm-is-reflective/adapters/mysql_adapter.rb @@ -1,76 +1,102 @@ module DmIsReflective::MysqlAdapter include DataMa...
godfat/dm-is-reflective
f1506ef707cc80d980606b4c9e368a4064d1f920
more compact
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index b856eef..c96f952 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,113 +1,110 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
fcb61f9a7f8d676a3478cf79c2fe9b403f00924e
consistent name
diff --git a/lib/dm-is-reflective/adapters/sqlite_adapter.rb b/lib/dm-is-reflective/adapters/sqlite_adapter.rb index ad61752..18de2ea 100644 --- a/lib/dm-is-reflective/adapters/sqlite_adapter.rb +++ b/lib/dm-is-reflective/adapters/sqlite_adapter.rb @@ -1,101 +1,101 @@ module DmIsReflective::SqliteAdapter include ...
godfat/dm-is-reflective
eab05e376d744dea21d4fd0401def39adba90d2a
sqlite for multiple composite keys support
diff --git a/lib/dm-is-reflective/adapters/sqlite_adapter.rb b/lib/dm-is-reflective/adapters/sqlite_adapter.rb index e03150e..ad61752 100644 --- a/lib/dm-is-reflective/adapters/sqlite_adapter.rb +++ b/lib/dm-is-reflective/adapters/sqlite_adapter.rb @@ -1,90 +1,101 @@ module DmIsReflective::SqliteAdapter include D...
godfat/dm-is-reflective
0c575784826fa3a7c6607d022bd2a59503dbf3b7
add test case for multiple composite keys
diff --git a/lib/dm-is-reflective/test.rb b/lib/dm-is-reflective/test.rb index a8480f6..46e190e 100644 --- a/lib/dm-is-reflective/test.rb +++ b/lib/dm-is-reflective/test.rb @@ -1,285 +1,314 @@ require 'bacon' Bacon.summary_on_exit require 'dm-core' require 'dm-migrations' require 'dm-is-reflective' module A...
godfat/dm-is-reflective
e83895f5e2d81b8ccadd29caa2cbb9c8a9efa813
consistent order
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index c67e69a..b856eef 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,113 +1,113 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
96188f53dcb1e7882ef09b8c965a3a0173e728bb
new indention
diff --git a/lib/dm-is-reflective/reflective.rb b/lib/dm-is-reflective/reflective.rb index 3f5eda4..6972f29 100644 --- a/lib/dm-is-reflective/reflective.rb +++ b/lib/dm-is-reflective/reflective.rb @@ -1,106 +1,106 @@ module DmIsReflective autoload :VERSION, 'dm-is-reflective/version' include DataMapper ...
godfat/dm-is-reflective
687a3ce9571c9f6116c0545b52b45c347c513675
so now it should work fairly well for composite keys with postgres
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index 0d67fc3..9471856 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,104 +1,115 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
b851f823e77e2fd22c873eb86eaf85a063f9619b
choose another name if the name is already taken
diff --git a/lib/dm-is-reflective/reflective.rb b/lib/dm-is-reflective/reflective.rb index d7dfbad..3f5eda4 100644 --- a/lib/dm-is-reflective/reflective.rb +++ b/lib/dm-is-reflective/reflective.rb @@ -1,96 +1,106 @@ module DmIsReflective autoload :VERSION, 'dm-is-reflective/version' include DataMapper d...
godfat/dm-is-reflective
9a01142fe7a0d4587f08050d28a20aae06d45d9d
find an unique index for key if there's no key
diff --git a/lib/dm-is-reflective/reflective.rb b/lib/dm-is-reflective/reflective.rb index bec1fa3..d7dfbad 100644 --- a/lib/dm-is-reflective/reflective.rb +++ b/lib/dm-is-reflective/reflective.rb @@ -1,92 +1,96 @@ module DmIsReflective autoload :VERSION, 'dm-is-reflective/version' include DataMapper de...
godfat/dm-is-reflective
2da66468442c962972b6705a85f21a2041074ac3
we already finalize when reflect
diff --git a/lib/dm-is-reflective/adapters/data_objects_adapter.rb b/lib/dm-is-reflective/adapters/data_objects_adapter.rb index c83def9..a58d40e 100644 --- a/lib/dm-is-reflective/adapters/data_objects_adapter.rb +++ b/lib/dm-is-reflective/adapters/data_objects_adapter.rb @@ -1,136 +1,135 @@ module DmIsReflective::D...
godfat/dm-is-reflective
e11fdf01b57f37b0d27e3de189860573ccc5ffc4
now mysql could also adopt unique indices and common indices
diff --git a/lib/dm-is-reflective/adapters/mysql_adapter.rb b/lib/dm-is-reflective/adapters/mysql_adapter.rb index 83b3a0b..c2b0044 100644 --- a/lib/dm-is-reflective/adapters/mysql_adapter.rb +++ b/lib/dm-is-reflective/adapters/mysql_adapter.rb @@ -1,63 +1,76 @@ module DmIsReflective::MysqlAdapter include DataMap...
godfat/dm-is-reflective
aad6cb91f2381b7ba4d82924f74a0f2bdcba08d3
fix indention
diff --git a/lib/dm-is-reflective/adapters/mysql_adapter.rb b/lib/dm-is-reflective/adapters/mysql_adapter.rb index deda4dc..83b3a0b 100644 --- a/lib/dm-is-reflective/adapters/mysql_adapter.rb +++ b/lib/dm-is-reflective/adapters/mysql_adapter.rb @@ -1,63 +1,63 @@ module DmIsReflective::MysqlAdapter include DataMap...
godfat/dm-is-reflective
979efc0f6d67b4d58a22a6ad01ef5baa0dafc461
sqlite_adapter.rb: follow uniqueness
diff --git a/lib/dm-is-reflective/adapters/sqlite_adapter.rb b/lib/dm-is-reflective/adapters/sqlite_adapter.rb index a1e2ec4..0443105 100644 --- a/lib/dm-is-reflective/adapters/sqlite_adapter.rb +++ b/lib/dm-is-reflective/adapters/sqlite_adapter.rb @@ -1,80 +1,90 @@ module DmIsReflective::SqliteAdapter include Da...
godfat/dm-is-reflective
43ed2b25e0d09a809d3606e2e6e9d8564cf5b617
now sqlite matches postgres
diff --git a/lib/dm-is-reflective/adapters/sqlite_adapter.rb b/lib/dm-is-reflective/adapters/sqlite_adapter.rb index 4dc20e0..a1e2ec4 100644 --- a/lib/dm-is-reflective/adapters/sqlite_adapter.rb +++ b/lib/dm-is-reflective/adapters/sqlite_adapter.rb @@ -1,56 +1,80 @@ module DmIsReflective::SqliteAdapter include Da...
godfat/dm-is-reflective
cf989b3ea4283706c2d2435b1146a4022f11b430
reduce lines
diff --git a/lib/dm-is-reflective/adapters/sqlite_adapter.rb b/lib/dm-is-reflective/adapters/sqlite_adapter.rb index cb90f52..4dc20e0 100644 --- a/lib/dm-is-reflective/adapters/sqlite_adapter.rb +++ b/lib/dm-is-reflective/adapters/sqlite_adapter.rb @@ -1,57 +1,56 @@ module DmIsReflective::SqliteAdapter include Da...
godfat/dm-is-reflective
22fc29a09746c742810b66499827a9a3ee4391df
now we properly setup :unique_index for postgres. TODO: sqlite, mysql
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index ddba375..8cf5fa0 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,72 +1,104 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
998a5688887dba59c11a53481f96c10bbb48f203
postgres_adapter.rb: use subquery to reduce query number
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index 61d5224..ddba375 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,74 +1,72 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
d8d3f71449cdf9fd4797ae627066b9262f55f821
postgres_adapter.rb: this way we don't have to instance_eval
diff --git a/lib/dm-is-reflective/adapters/postgres_adapter.rb b/lib/dm-is-reflective/adapters/postgres_adapter.rb index 005b354..61d5224 100644 --- a/lib/dm-is-reflective/adapters/postgres_adapter.rb +++ b/lib/dm-is-reflective/adapters/postgres_adapter.rb @@ -1,80 +1,74 @@ module DmIsReflective::PostgresAdapter ...
godfat/dm-is-reflective
87eef6c36ea0eef924810aed0d62ec393cebb534
CHANGES.md: prepare release!
diff --git a/CHANGES.md b/CHANGES.md index 08ad50b..481a11e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,232 +1,240 @@ # CHANGES +## dm-is-reflective 1.2.0, 2013-05-14 + +* We got a bunch of internal renaming. +* Added DataMapper::Resource#to_source. +* Added an executable which generates sources for you. +* Fixed...
godfat/dm-is-reflective
3fd03677239ab1f9976317a31fc353e3f9549b54
i am too tired to write doc, but some words to the executable
diff --git a/README.md b/README.md index 8ba912c..e5ed9bd 100644 --- a/README.md +++ b/README.md @@ -1,143 +1,157 @@ # dm-is-reflective [![Build Status](https://secure.travis-ci.org/godfat/dm-is-reflective.png?branch=master)](http://travis-ci.org/godfat/dm-is-reflective) by Lin Jen-Shin ([godfat](http://godfat.org)...
godfat/dm-is-reflective
9b3c6c1fed3d22d220d781e28b6903ee1e4eaada
now an executable dm-is-reflective is added. close #2
diff --git a/bin/dm-is-reflective b/bin/dm-is-reflective new file mode 100755 index 0000000..3ba4452 --- /dev/null +++ b/bin/dm-is-reflective @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby + +require 'dm-is-reflective/runner' +DmIsReflective::Runner.run diff --git a/dm-is-reflective.gemspec b/dm-is-reflective.gemspec index aa9da...
godfat/dm-is-reflective
edeab507abe1b0047f92b7259480f4fc6896f674
autoload :VERSION
diff --git a/lib/dm-is-reflective/reflective.rb b/lib/dm-is-reflective/reflective.rb index 7b6fa39..bec1fa3 100644 --- a/lib/dm-is-reflective/reflective.rb +++ b/lib/dm-is-reflective/reflective.rb @@ -1,90 +1,92 @@ module DmIsReflective + autoload :VERSION, 'dm-is-reflective/version' + include DataMapper de...
godfat/dm-is-reflective
706ee92f8da35b7642b43729edc41508be3fb7c4
there's no longer a Is::Reflective
diff --git a/lib/dm-is-reflective/adapters/data_objects_adapter.rb b/lib/dm-is-reflective/adapters/data_objects_adapter.rb index a52806f..c83def9 100644 --- a/lib/dm-is-reflective/adapters/data_objects_adapter.rb +++ b/lib/dm-is-reflective/adapters/data_objects_adapter.rb @@ -1,136 +1,136 @@ module DmIsReflective::D...
godfat/dm-is-reflective
fbd0469d09946f3a15835ef17210affd056dea7a
supports_serial? is defined in dm-migrations! :(
diff --git a/lib/dm-is-reflective/adapters/sqlite_adapter.rb b/lib/dm-is-reflective/adapters/sqlite_adapter.rb index f593665..cb90f52 100644 --- a/lib/dm-is-reflective/adapters/sqlite_adapter.rb +++ b/lib/dm-is-reflective/adapters/sqlite_adapter.rb @@ -1,57 +1,57 @@ module DmIsReflective::SqliteAdapter include Da...
godfat/dm-is-reflective
5c1a5629b809f5b067798b72466d058cb3ce13a7
avoid using addressable would be faster
diff --git a/lib/dm-is-reflective/adapters/data_objects_adapter.rb b/lib/dm-is-reflective/adapters/data_objects_adapter.rb index 93c072e..a52806f 100644 --- a/lib/dm-is-reflective/adapters/data_objects_adapter.rb +++ b/lib/dm-is-reflective/adapters/data_objects_adapter.rb @@ -1,134 +1,136 @@ module DmIsReflective::D...
godfat/dm-is-reflective
4748dfd2bd338583e15b8bfad160e0575a96f17d
fix to_source test with other tests running together
diff --git a/test/test_to_source.rb b/test/test_to_source.rb index 03b0d5e..e7e068c 100644 --- a/test/test_to_source.rb +++ b/test/test_to_source.rb @@ -1,52 +1,55 @@ require 'dm-is-reflective/test' describe 'DataMapper::Resource#to_source' do DataMapper.setup(:default, :adapter => 'in_memory') + Comment.crea...
godfat/dm-is-reflective
763d876a797e96ed3f53cc5e8368a01fe6f19286
i am very tired of those extra scopes
diff --git a/Rakefile b/Rakefile index a6c0dca..7d5a237 100644 --- a/Rakefile +++ b/Rakefile @@ -1,28 +1,28 @@ # encoding: utf-8 begin require "#{dir = File.dirname(__FILE__)}/task/gemgem" rescue LoadError sh "git submodule update --init" exec Gem.ruby, "-S", "rake", *ARGV end Gemgem.dir = dir ($LOAD...
godfat/dm-is-reflective
4f37a0286e0f74571e438d49ff6b28f8f6a2a471
not used anymore
diff --git a/Rakefile b/Rakefile index 8bb7d55..a6c0dca 100644 --- a/Rakefile +++ b/Rakefile @@ -1,41 +1,28 @@ # encoding: utf-8 begin require "#{dir = File.dirname(__FILE__)}/task/gemgem" rescue LoadError sh "git submodule update --init" exec Gem.ruby, "-S", "rake", *ARGV end Gemgem.dir = dir ($LOAD...
godfat/dm-is-reflective
9257220844366841f660c1e9fb36c87ccc013957
switch to in memory sqlite and talk about to_source
diff --git a/README.md b/README.md index 785b00b..8ba912c 100644 --- a/README.md +++ b/README.md @@ -1,140 +1,143 @@ # dm-is-reflective [![Build Status](https://secure.travis-ci.org/godfat/dm-is-reflective.png?branch=master)](http://travis-ci.org/godfat/dm-is-reflective) by Lin Jen-Shin ([godfat](http://godfat.org)...
godfat/dm-is-reflective
52e05bc06362e3e5985301f89db4b326b28c171b
prefix test
diff --git a/test/test_to_source.rb b/test/test_to_source.rb index 5e0dabc..03b0d5e 100644 --- a/test/test_to_source.rb +++ b/test/test_to_source.rb @@ -1,29 +1,52 @@ require 'dm-is-reflective/test' describe 'DataMapper::Resource#to_source' do DataMapper.setup(:default, :adapter => 'in_memory') should 'ma...
godfat/dm-is-reflective
f1b1bece818e1b26b38940ad92b25dac85f772da
add test for to_source
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5a8ddf --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +tmp +pkg +doc +ann-* +Gemfile.lock + +*.rbc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..358f09a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tas...
maravillas/linq-to-delicious
601ea0ba38aadf296f72f1ff0ccad8fa5f4f048e
Add ListBox to window with some default data
diff --git a/tasty/MainWindow.xaml b/tasty/MainWindow.xaml index c86ef9d..0ab8939 100644 --- a/tasty/MainWindow.xaml +++ b/tasty/MainWindow.xaml @@ -1,23 +1,35 @@ <Window x:Class="tasty.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winf...
maravillas/linq-to-delicious
80c9e96a1ccd6f0dfa82175da73ae93f857c94ec
Added menu bar to window and renamed
diff --git a/tasty.sln b/tasty.sln index c9191bc..803a3fe 100644 --- a/tasty.sln +++ b/tasty.sln @@ -1,53 +1,54 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tasty", "tasty\tasty.csproj", "{69B0D2E5-8BC8-4747-9225-7F74501...
maravillas/linq-to-delicious
1b2db33c36bed04dedebbe64c1b11929a582f001
Fix date format in URLs
diff --git a/LinqToDelicious/QueryTranslator.cs b/LinqToDelicious/QueryTranslator.cs index d36cba2..43bf684 100644 --- a/LinqToDelicious/QueryTranslator.cs +++ b/LinqToDelicious/QueryTranslator.cs @@ -1,203 +1,203 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sys...
maravillas/linq-to-delicious
a450c91ee00754498115ac8018b55bdc1ab965ac
Modify request factory to set credentials and User-Agent
diff --git a/LinqToDelicious/Delicious.cs b/LinqToDelicious/Delicious.cs index a787ab7..2ca997f 100644 --- a/LinqToDelicious/Delicious.cs +++ b/LinqToDelicious/Delicious.cs @@ -1,26 +1,26 @@ using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; usi...
maravillas/linq-to-delicious
baef3833fd6aed41b9907221c1fe90ca224d8376
Change assembly version numbering
diff --git a/LinqToDelicious/Properties/AssemblyInfo.cs b/LinqToDelicious/Properties/AssemblyInfo.cs index 0afce6f..3af7df5 100644 --- a/LinqToDelicious/Properties/AssemblyInfo.cs +++ b/LinqToDelicious/Properties/AssemblyInfo.cs @@ -1,41 +1,40 @@ using System.Reflection; using System.Runtime.CompilerServices; usi...
maravillas/linq-to-delicious
65e912416f28feba588986718cf256c017b853bf
Reduce tested delay from 1000 msec to 500 msec
diff --git a/LinqToDeliciousTest/DelayerTest.cs b/LinqToDeliciousTest/DelayerTest.cs index 88db417..8bc7214 100644 --- a/LinqToDeliciousTest/DelayerTest.cs +++ b/LinqToDeliciousTest/DelayerTest.cs @@ -1,191 +1,191 @@ using System; using System.Text; using System.Collections.Generic; using System.Linq; using Mic...
maravillas/linq-to-delicious
dd1398448b37373842ce72d2ff6b33b105ec5e13
Clarify naming of Delayer tests
diff --git a/LinqToDeliciousTest/DelayerTest.cs b/LinqToDeliciousTest/DelayerTest.cs index c842052..88db417 100644 --- a/LinqToDeliciousTest/DelayerTest.cs +++ b/LinqToDeliciousTest/DelayerTest.cs @@ -1,188 +1,191 @@ using System; using System.Text; using System.Collections.Generic; using System.Linq; using Mic...
maravillas/linq-to-delicious
d16bc517c4694650681b71b3be646e75591746e7
Fix uppercase in a comment
diff --git a/LinqToDeliciousTest/QueryTranslatorTest.cs b/LinqToDeliciousTest/QueryTranslatorTest.cs index ea4f06f..86390e2 100644 --- a/LinqToDeliciousTest/QueryTranslatorTest.cs +++ b/LinqToDeliciousTest/QueryTranslatorTest.cs @@ -1,319 +1,319 @@ using LinqToDelicious; using Microsoft.VisualStudio.TestTools.Unit...
maravillas/linq-to-delicious
e1f88181719cb3ca50615f51ae7656bb2d5a4ea0
Add tests for additional delay
diff --git a/LinqToDeliciousTest/DelayerTest.cs b/LinqToDeliciousTest/DelayerTest.cs index 4dad614..c842052 100644 --- a/LinqToDeliciousTest/DelayerTest.cs +++ b/LinqToDeliciousTest/DelayerTest.cs @@ -1,174 +1,188 @@ using System; using System.Text; using System.Collections.Generic; using System.Linq; using Mic...
maravillas/linq-to-delicious
3864321221bb013ecdc63c23a430cf07ed7eac78
Add several comments to methods and classes.
diff --git a/LinqToDelicious/Delayer.cs b/LinqToDelicious/Delayer.cs index 7d089cf..14a8fb2 100644 --- a/LinqToDelicious/Delayer.cs +++ b/LinqToDelicious/Delayer.cs @@ -1,46 +1,62 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Timers; using System.Diagnost...
maravillas/linq-to-delicious
bc5c5e0ed8a1462d7844f0397f3e96ccf85136e7
Add ServiceUnavailableRequest test
diff --git a/LinqToDeliciousTest/DeliciousQueryProviderTest.cs b/LinqToDeliciousTest/DeliciousQueryProviderTest.cs index 70da8b1..6d6006b 100644 --- a/LinqToDeliciousTest/DeliciousQueryProviderTest.cs +++ b/LinqToDeliciousTest/DeliciousQueryProviderTest.cs @@ -1,189 +1,216 @@ using System; using System.Collections...
maravillas/linq-to-delicious
b159a71e1c30f02e080e9a7231e88c16c71830e3
Add NotFoundRequest test; rename Execute to FoundRequest
diff --git a/LinqToDeliciousTest/DeliciousQueryProviderTest.cs b/LinqToDeliciousTest/DeliciousQueryProviderTest.cs index d9a7e7c..70da8b1 100644 --- a/LinqToDeliciousTest/DeliciousQueryProviderTest.cs +++ b/LinqToDeliciousTest/DeliciousQueryProviderTest.cs @@ -1,163 +1,189 @@ using System; using System.Collections...
maravillas/linq-to-delicious
fddf416f3f99ca1f7aebbef39728273f7cd4160e
Use RequestException instead of Exception
diff --git a/LinqToDelicious/DeliciousQueryProvider.cs b/LinqToDelicious/DeliciousQueryProvider.cs index b7bea93..e14d600 100644 --- a/LinqToDelicious/DeliciousQueryProvider.cs +++ b/LinqToDelicious/DeliciousQueryProvider.cs @@ -1,98 +1,97 @@ using System; using System.Collections.Generic; using System.IO; using...
maravillas/linq-to-delicious
d8b674da8acaed3ed48c1c7525b43b18c1272924
Add RequestException
diff --git a/LinqToDelicious/LinqToDelicious.csproj b/LinqToDelicious/LinqToDelicious.csproj index ab8cc43..f60b86c 100644 --- a/LinqToDelicious/LinqToDelicious.csproj +++ b/LinqToDelicious/LinqToDelicious.csproj @@ -1,78 +1,79 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="B...
maravillas/linq-to-delicious
09cbbae870d7f59a72a87dfc9d899710733c35a7
Refactor DeliciouQueryProviderTest#Execute in prep for other tests.
diff --git a/LinqToDeliciousTest/DeliciousQueryProviderTest.cs b/LinqToDeliciousTest/DeliciousQueryProviderTest.cs index cfa14ab..d9a7e7c 100644 --- a/LinqToDeliciousTest/DeliciousQueryProviderTest.cs +++ b/LinqToDeliciousTest/DeliciousQueryProviderTest.cs @@ -1,156 +1,163 @@ using System; using System.Collections...
maravillas/linq-to-delicious
c73b91c96763ce7aad60cef663e6a87088dca860
Change DeliciousQueryProvider to use HttpWebRequest/HttpWebResponse
diff --git a/LinqToDelicious/Delayer.cs b/LinqToDelicious/Delayer.cs index ee65599..7d089cf 100644 --- a/LinqToDelicious/Delayer.cs +++ b/LinqToDelicious/Delayer.cs @@ -1,44 +1,46 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Timers; using System.Diagnost...
maravillas/linq-to-delicious
21177d2db8d35b151709afbe29e9d6f7d99ca2c8
Rename CreateRequest to Create
diff --git a/LinqToDelicious/HttpWebRequestFactory.cs b/LinqToDelicious/HttpWebRequestFactory.cs index 9035420..3ab14b9 100644 --- a/LinqToDelicious/HttpWebRequestFactory.cs +++ b/LinqToDelicious/HttpWebRequestFactory.cs @@ -1,16 +1,16 @@ using System; using System.Collections.Generic; using System.Linq; using S...
maravillas/linq-to-delicious
420432f0136ca357ae733375e2c2c0d18477d7a0
Add HttpWebRequestFactory as a wrapper to WebRequest#Create()
diff --git a/LinqToDelicious/HttpWebRequestFactory.cs b/LinqToDelicious/HttpWebRequestFactory.cs new file mode 100644 index 0000000..9035420 --- /dev/null +++ b/LinqToDelicious/HttpWebRequestFactory.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using S...
maravillas/linq-to-delicious
3b338b8b5b8cc7925faca622b4543a95f8b90533
Add UnsupportedDateComparison test
diff --git a/LinqToDeliciousTest/QueryTranslatorTest.cs b/LinqToDeliciousTest/QueryTranslatorTest.cs index 09c0cfb..ea4f06f 100644 --- a/LinqToDeliciousTest/QueryTranslatorTest.cs +++ b/LinqToDeliciousTest/QueryTranslatorTest.cs @@ -1,304 +1,319 @@ using LinqToDelicious; using Microsoft.VisualStudio.TestTools.Unit...
maravillas/linq-to-delicious
d9c700fd963a93bbacc77c3e5620513331143334
Remove outdated, commented code
diff --git a/LinqToDelicious/QueryTranslator.cs b/LinqToDelicious/QueryTranslator.cs index d3154e6..d36cba2 100644 --- a/LinqToDelicious/QueryTranslator.cs +++ b/LinqToDelicious/QueryTranslator.cs @@ -1,220 +1,203 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sys...
maravillas/linq-to-delicious
9b092ecf7558ae10b20444fd115578fd229dd9c8
Add UnsupportedWhereClause test
diff --git a/LinqToDeliciousTest/QueryTranslatorTest.cs b/LinqToDeliciousTest/QueryTranslatorTest.cs index 172f3b8..09c0cfb 100644 --- a/LinqToDeliciousTest/QueryTranslatorTest.cs +++ b/LinqToDeliciousTest/QueryTranslatorTest.cs @@ -1,287 +1,304 @@ using LinqToDelicious; using Microsoft.VisualStudio.TestTools.Unit...
maravillas/linq-to-delicious
1599136ca1d23a3767ca3b18dd16dae2cb9b21a9
Fix handling of ANDed where clauses
diff --git a/LinqToDelicious/QueryTranslator.cs b/LinqToDelicious/QueryTranslator.cs index 0a3823e..d3154e6 100644 --- a/LinqToDelicious/QueryTranslator.cs +++ b/LinqToDelicious/QueryTranslator.cs @@ -1,206 +1,220 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sys...
maravillas/linq-to-delicious
4135839d5403ed5959bcded1fc10de550a8ea9f3
Refactor QueryTranslator tests
diff --git a/LinqToDeliciousTest/QueryTranslatorTest.cs b/LinqToDeliciousTest/QueryTranslatorTest.cs index 708b83f..c97846f 100644 --- a/LinqToDeliciousTest/QueryTranslatorTest.cs +++ b/LinqToDeliciousTest/QueryTranslatorTest.cs @@ -1,256 +1,242 @@ using LinqToDelicious; using Microsoft.VisualStudio.TestTools.Unit...
maravillas/linq-to-delicious
016079e7d1a7f4af3d2c1fa3714157d5689e6411
Fix some test comments
diff --git a/LinqToDeliciousTest/QueryTranslatorTest.cs b/LinqToDeliciousTest/QueryTranslatorTest.cs index 052dde5..708b83f 100644 --- a/LinqToDeliciousTest/QueryTranslatorTest.cs +++ b/LinqToDeliciousTest/QueryTranslatorTest.cs @@ -1,256 +1,256 @@ using LinqToDelicious; using Microsoft.VisualStudio.TestTools.Unit...
maravillas/linq-to-delicious
9aa45eae6918a09b875f4e8f869dcae680753122
Add support to queries for Tags.Contains()
diff --git a/LinqToDelicious/QueryTranslator.cs b/LinqToDelicious/QueryTranslator.cs index 0024be4..0a3823e 100644 --- a/LinqToDelicious/QueryTranslator.cs +++ b/LinqToDelicious/QueryTranslator.cs @@ -1,178 +1,206 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sys...
maravillas/linq-to-delicious
6684ee45f5e65660730cf23e2828ee713d361c9a
Remove old .vsmdi files and ignore future .vsmdi files
diff --git a/.gitignore b/.gitignore index 2f197a2..cd36eda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ TestResults/* *.suo +*.vsmdi \ No newline at end of file diff --git a/tasty1.vsmdi b/tasty1.vsmdi deleted file mode 100644 index 8f470af..0000000 --- a/tasty1.vsmdi +++ /dev/null @@ -1,6 +0,0 @@ -<?...
maravillas/linq-to-delicious
c70369792008c992c00403dac849a25360a721ed
Removed old .vsmdi files and ignored future .vsmdi files
diff --git a/.gitignore b/.gitignore index 2f197a2..cd36eda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ TestResults/* *.suo +*.vsmdi \ No newline at end of file diff --git a/tasty1.vsmdi b/tasty1.vsmdi deleted file mode 100644 index 8f470af..0000000 --- a/tasty1.vsmdi +++ /dev/null @@ -1,6 +0,0 @@ -<?...
maravillas/linq-to-delicious
941aa7dbeb2f1b471d548ca78452839a50b3e71d
Fix ignoring of TestResults directory
diff --git a/.gitignore b/.gitignore index 380f45e..2f197a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -TestResults/**/* +TestResults/* *.suo
maravillas/linq-to-delicious
566443579acda8c6c0e5fe864e9b173290008773
Add Post#GetHashCode and fix Post#Equals
diff --git a/LinqToDelicious/Post.cs b/LinqToDelicious/Post.cs index 7709aa3..527e213 100644 --- a/LinqToDelicious/Post.cs +++ b/LinqToDelicious/Post.cs @@ -1,66 +1,77 @@ using System; using System.Linq; using System.Text; using System.Collections.Generic; using System.Globalization; +using System.Diagnostics; ...
maravillas/linq-to-delicious
073d768602381a631a90b20d2a5e747f288e0317
Add *.suo
diff --git a/.gitignore b/.gitignore index 74a0cd4..380f45e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ TestResults/**/* +*.suo
maravillas/linq-to-delicious
6c1b08b08c1409ca60e42f93f084290ffa318a76
Add README
diff --git a/README b/README new file mode 100644 index 0000000..21e4ba7 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +== LINQ to Delicious README + +LINQ to Delicious is a C# library that provides a LINQ interface to the Delicious API. \ No newline at end of file
maravillas/linq-to-delicious
47a0d720fdd67f0511415c30204fe4071e823d0d
Add .gitignore files
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74a0cd4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +TestResults/**/* diff --git a/IQToolkit/.gitignore b/IQToolkit/.gitignore new file mode 100644 index 0000000..69b3799 --- /dev/null +++ b/IQToolkit/.gitignore @@ -0,0 +1,2 @@ +bin/**/* +obj/**/...
sinisterchipmunk/tiny_mce
39403af28ddba6d9763c78faec39ab315a2987ee
Added a "tiny_mce_init" method so you can initialize multiple times (if that's necessary...)
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 216859b..8074474 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,25 +1,29 @@ module ApplicationHelper def tiny_mce(options = {}) + r = (@tiny_mce_included ? '' : javascript_includ...
adityavm/general
6be06403a766743370625ffb4049334f174dad86
sync commit
diff --git a/checkInt.py b/checkInt.py new file mode 100644 index 0000000..dac3be3 --- /dev/null +++ b/checkInt.py @@ -0,0 +1,17 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +import re, requests, time + +def remove_html_tags(data): + p = re.compile(r'<.*?>') + return p.sub('', data) + +url = "http://192.1...