Sebastian Skałacki
Sebastian Skałacki
This will work now. However it still logs error (in `fetch/2`) when table does not exists which is a very minor issue when compared to previous ones.
Guys, without these fixes migrations do not work with mysql adapter at all.
My problem was different: ``` (cpr@kamyczeq)2> boss_db:table_exists(schema_migrations). ** exception exit: {{undef,[{schema_migrations,module_info,[exports],[]}, {boss_record_lib,dummy_record,1, [{file,"src/boss_record_lib.erl"},{line,75}]}, {boss_record_lib,database_table,1, [{file,"src/boss_record_lib.erl"},{line,99}]}, {boss_db_adapter_mysql,table_exists,2, [{file,"src/db_adapters/boss_db_adapter_mysql.erl"}, {line,105}]}, {boss_db_controller,handle_call,3, [{file,"src/boss_db_controller.erl"},{line,192}]}, {gen_server,handle_msg,5, [{file,"gen_server.erl"},{line,580}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,237}]}]}, {gen_server,call, [,{table_exists,schema_migrations},30000]}} in function gen_server:call/3 (gen_server.erl,...
It is already fixed in aforementioned #205.
> Is the above merged PR supposed to resolve the black border? No. Thanks to #875, EXIF autorotation stops using `rotate()`, hence is no longer affected by this bug. >...
Borders are very practical, particularly when dealing with screen shots, and they cannot be compared to shadows or other fancy things. I am really missing this feature. A typical use...
How about `(un)indented-heredoc-end` popping all remaining heredocs contexts, if any? That would be far from perfect, obviously, but at least would fix syntax highlight in the trailing part of file.
Tests still fail on Ruby 1.9.3 because it's no longer supported by the dependencies. Other checks do pass.
Maybe something like: ```ruby class Expression def to_mathml(prefix = "", attrs = {}, options = {}) end end ``` or: ```ruby class Expression def to_mathml(prefix = "", attrs_or_escape_non_ascii = nil,...
Oh, I have doubled the number of build jobs so that this option is tested against every Ruby. However, if it's a problem, I can reduce it to a single...