| d6d6376 |
2013-05-22 |
reverse comparison because of strange AS behavior |
| 26fd5f0 |
2013-05-22 |
just set the default argument, a nil parent should be an... |
| 220f1a0 |
2013-05-22 |
fold the collection rather than multiple assigments |
| d440fa0 |
2013-05-21 |
use drop rather than calculate the array length |
| ac70ec6 |
2013-05-21 |
Merge branch 'bindwhere' |
| f3ebbea |
2013-05-21 |
avoid creating a set if no where values are removed |
| 5082345 |
2013-05-21 |
remove bind values for where clauses that were removed |
| d2d5f15 |
2013-05-21 |
push partitioning up so bind elimination can get the rem... |
| a483ae6 |
2013-05-21 |
push partion logic down and initialization logic up |
| 847752a |
2013-05-21 |
partition the where values so we can access the removed ... |
| bff89a2 |
2013-05-21 |
eliminate some conditionals |
| 52ed881 |
2013-05-21 |
change method name to reflect what it actually does. |
| 3f4f56a |
2013-05-21 |
save the where values in variables so we don't need to l... |
| 658e9e0 |
2013-05-21 |
pass where values to the helper function rather than rel... |
| 1ff5341 |
2013-05-18 |
stop swallowing exceptions in assert_queries. Methods t... |
| 18fe96c |
2013-05-17 |
stop doing assingments in an iterator |
| 2eecc0d |
2013-05-17 |
include bind values from the default scope |
| 6062e42 |
2013-05-16 |
let Ruby do the is_a check for us |
| 10b538c |
2013-05-16 |
Merge pull request #10656 from zenspider/fix_mocha_back |
| 156e2e3 |
2013-05-16 |
Revert "just call the class method since we know the cal... |
| 9fef7c8 |
2013-05-16 |
Merge pull request #10527 from zenspider/squishy_minitest5 |
| 2857496 |
2013-05-16 |
test refactor |
| e38c93a |
2013-05-16 |
Merge pull request #10594 from shime/rack-debugger |
| 7816b98 |
2013-05-16 |
Merge pull request #10619 from alno/top_level_array_in_p... |
| 9986058 |
2013-05-16 |
tiny types should only be integers when the length is <=... |
| 7a2a942 |
2013-05-22 |
tiny types should only be integers when the length is <=... |
| 9db6e63 |
2013-05-16 |
Merge pull request #10591 from acapilleri/cond_callback_... |
| dcc1267 |
2013-05-15 |
require things we need |
| 55975c7 |
2013-05-15 |
just call the class method since we know the callbacks a... |
| 920753f |
2013-05-15 |
this variable is used, so we don't have to use double as... |
| 8559871 |
2013-05-15 |
remove dead code |
| 1012c3e |
2013-05-15 |
remove deprecation notices |
| db78643 |
2013-05-15 |
stop keeping a reference to the options hash |
| 99f5add |
2013-05-15 |
conditions are guaranteed to be arrays by initialize |
| d10cadc |
2013-05-15 |
simplify the condions lambda generation |
| d433436 |
2013-05-15 |
use unless instead of if! |
| dd03f10 |
2013-05-14 |
only dup the options once, the Callback object does not ... |
| 132db31 |
2013-05-14 |
make the compile method thread safe |
| d2405a0 |
2013-05-14 |
use inject rather than multiple assignments |
| ba55276 |
2013-05-14 |
deprecating string based terminators |
| 4c628e4 |
2013-05-14 |
inspect the filter when displaying error messages |
| 8ece52f |
2013-05-14 |
use public api for testing rather than grabbing instance... |
| def815a |
2013-05-14 |
halting lambda must be instance execed |
| dbee8c3 |
2013-05-14 |
fixing arity2 test |
| e8e7d83 |
2013-05-14 |
Merge branch 'polymorphic' |
| 7820205 |
2013-05-14 |
fix shadowed variable warnings |
| 87378b0 |
2013-05-14 |
polymorphic around callbacks |
| e8ddd4f |
2013-05-14 |
polymorphic after filter |
| c5953f7 |
2013-05-14 |
rename terminal to halting, try to keep naming consistent |
| bd95ff8 |
2013-05-14 |
push the before filter lambdas to factory methods |
| eac50bc |
2013-05-14 |
polymorphic before callbacks |
| 9dcecbb |
2013-05-14 |
Merge branch 'master' into normalizecb |
| f93da57 |
2013-05-14 |
private callback methods should work |
| 73aefee |
2013-05-13 |
use a singleton end node |
| d2c0571 |
2013-05-13 |
Revert "we never pass blocks, so remove this" |
| ccbefff |
2013-05-13 |
if there is nothing to compile, then do not bother compi... |
| 877964d |
2013-05-13 |
Arrays are no longer supported |
| 9caf0cf |
2013-05-13 |
we never pass blocks, so remove this |
| b308f0d |
2013-05-13 |
raise an argument error if the filter arity is greater t... |
| edf116a |
2013-05-13 |
Merge branch 'master' into normalizecb |
| 099e827 |
2013-05-13 |
adding more callback type coverage |
| 1ad68e3 |
2013-05-13 |
Merge branch 'master' into normalizecb |
| b93cd60 |
2013-05-13 |
extract getting an setting callbacks to methods |
| 72be280 |
2013-05-13 |
call extracted method from callback manipulation methods |
| 35c4a2c |
2013-05-13 |
extract callback param munging |
| 0b9b132 |
2013-05-13 |
no reason to make these defaulted, we always pass values in |
| 19b9f7b |
2013-05-13 |
pass the actual filter, not a string |
| d53b5f0 |
2013-05-13 |
Merge branch 'master' into normalizecb |
| 37ca5b0 |
2013-05-13 |
add tests for reset_calbacks |
| b97ff31 |
2013-05-10 |
do not keep a reference to the chain in the callback obj... |
| f0a9f81 |
2013-05-10 |
fix deprecation test |
| 929658c |
2013-05-10 |
push merge code to the callback itself |
| 91e002e |
2013-05-10 |
dup the callback and set the chain |
| 2efe6ce |
2013-05-10 |
remove klass because it is not used |
| 40bdad3 |
2013-05-10 |
rename instance variables |
| 17dfee0 |
2013-05-10 |
push duplicates? logic to the instance |
| c5ed42a |
2013-05-10 |
callback chain is in charge of the cache, so remove meth... |
| a3e9d6b |
2013-05-10 |
__define_callbacks method is not necessary anymore |
| d1316bb |
2013-05-10 |
just run compiled callbacks since they are cached |
| ade7d36 |
2013-05-10 |
cache compiled callbacks |
| 3aee912 |
2013-05-10 |
use delegation over inheritance so we can figure when to... |
| 5bc4740 |
2013-05-10 |
fixing activemodel tests |
| 3551690 |
2013-05-10 |
use an environment object to hold state about the filter... |
| 95e7e56 |
2013-05-10 |
object based callbacks cannot be duplicated |
| d4dcd6e |
2013-05-10 |
pass the run block as a normal variable to the rest of t... |
| 9b52026 |
2013-05-10 |
fixing more variable names |
| 2b1d7ea |
2013-05-10 |
fix variable name |
| d5fdc0d |
2013-05-10 |
reduce the number of lambas |
| a50088a |
2013-05-10 |
callback sequence is no longer used |
| 6514ee9 |
2013-05-10 |
no need for variable assignments, just pass the values in |
| f5478d9 |
2013-05-10 |
make_lambda is never called with an Array |
| 23122ab |
2013-05-10 |
callbacks are wrapped with lambdas |
| cc0fd31 |
2013-05-10 |
remove dead code |
| bf6429c |
2013-05-10 |
fix method names |
| 07da960 |
2013-05-10 |
using lambas for the callback bodies |
| 2b1500d |
2013-05-10 |
wrap all options in lambas |
| 05609f4 |
2013-05-08 |
use public send on the scope parameters |
| 1d6ac22 |
2013-05-08 |
add test for object conditional with scope |
| fe7f4b4 |
2013-05-08 |
using strings as scopes is not used anywhere, so remove it |
| 7d89a9f |
2013-05-08 |
adding a class conditional test |
| ece76f3 |
2013-05-08 |
adding tests for lambdas as conditions |
| 6189e27 |
2013-05-10 |
conditions in callbacks return consistent lambdas |
| cecef59 |
2013-05-08 |
Merge branch 'polycb' |
| 9e323e7 |
2013-05-08 |
separate identification computation |
| 8038f7e |
2013-05-08 |
separate filters from source code |
| 1ff1236 |
2013-05-08 |
we need to indicate the type of callback |
| 5d2c3a1 |
2013-05-08 |
adding more tests around callback inconsistencies |
| d32b329 |
2013-05-08 |
refactor tests for more points |
| 3df92d9 |
2013-05-08 |
adding test to demonstrate inconsistencies in the AS::Ca... |
| 6abbc4a |
2013-05-08 |
if the callbacks are not the same class, they cannot be ... |
| f21da67 |
2013-05-08 |
fix object comparison case |
| a0f9041 |
2013-05-07 |
Merge pull request #10506 from seanwalbran/fix-10502-ski... |
| 19117ff |
2013-05-07 |
Revert "Fixes skipping object callback filters" |
| b9903c3 |
2013-05-08 |
polymorphic comparison operator |
| 2b5e4f7 |
2013-05-07 |
Revert "Merge pull request #10455 from patricksrobertson... |
| b880497 |
2013-05-07 |
Revert "Merge pull request #10455 from patricksrobertson... |
| 3043d45 |
2013-05-07 |
Merge pull request #10455 from patricksrobertson/bigseri... |
| 086de43 |
2013-05-07 |
Merge pull request #10455 from patricksrobertson/bigseri... |
| 8c4a9c0 |
2013-05-03 |
Merge pull request #10457 from zenspider/squishy_test_or... |
| 9baf8a0 |
2013-05-03 |
Merge pull request #10457 from zenspider/squishy_test_or... |
| 4c242e6 |
2013-05-03 |
Squashed commit of the following: |
| 6c61dbf |
2013-05-03 |
Squashed commit of the following: |
| dd1f360 |
2013-05-02 |
Merge pull request #7839 from chancancode/handle_aliased... |
| 78db16d |
2013-05-01 |
maintain return value for recreate_database |
| fc65d31 |
2013-05-01 |
maintain return value for recreate_database |
| fd890f6 |
2013-05-01 |
Merge pull request #9857 from yyyc514/bad_params_should_400 |
| f9ceefd |
2013-05-01 |
Merge pull request #9857 from yyyc514/bad_params_should_400 |
| c68b6f0 |
2013-05-01 |
Merge pull request #10349 from caliper-io/mute_psql_output |
| 1db8f9d |
2013-05-01 |
Merge pull request #10349 from caliper-io/mute_psql_output |