Michal Kovac

Results 13 issues of Michal Kovac

Play 2 App is a run configuration provided by the Scala plugin

help wanted
platform-support
feature-request

When using activerecord-import gem, running callbacks and validations are not desired.

[Whenever](https://github.com/javan/whenever) is a gem for running scheduled jobs. It supports definitions of jobs like this: ``` every 1.day, :at => '4:30 am' do runner "MyModel.task_to_run_at_four_thirty_in_the_morning" end ``` When I use...

There is a method `isCreated` in trait `ActiveRecordTables`. If the methods returns true, nothing happens, otherwise all tables are created. If there is a new table, nothing happens. I think...

``` ... [DEBUG] [03/03/2016 16:17:50.477] [main] activerecord - dev.idleConnectionTestPeriod -> (not found) [DEBUG] [03/03/2016 16:22:05.439] [main] activerecord - create table [table_name] ( ... Exception in thread "main" java.lang.reflect.InvocationTargetException ... Caused...

I use version 0.3.1, where the json support is already supported. There is a method `asJson`, which returns `JValue`. According to http://spray.io/documentation/1.2.2/spray-httpx/json4s-support/ there is an implicit `Marshaller` when using trait...

![image](https://user-images.githubusercontent.com/1101497/191904321-4ab6a707-9f9e-414f-b5fc-5f68e2d0fd49.png)

fixed

Up to now, the only way to specify a label in a row in attributes_table was by using the first argument. The data was then taken from executing a block:...

Possible values: ```rb position: :center position: :right vposition: :center vposition: :bottom ```