- 16 Jun, 2016 3 commits
-
-
Gustavo Soviersovski authored
-
Gustavo Soviersovski authored
-
Gustavo Soviersovski authored
-
- 15 Jun, 2016 2 commits
-
-
João Victor Risso authored
-
João Victor Risso authored
-
- 14 Jun, 2016 1 commit
-
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
- 13 Jun, 2016 4 commits
-
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
- 17 May, 2016 1 commit
-
-
João Victor Risso authored
- Eliminate throwing exceptions, ignore invalid records and report them to the user
-
- 16 May, 2016 2 commits
-
-
João Victor Risso authored
Change the school classes task to generate SQL instead of saving objects directly to the database through ActiveRecord. The overhead of allocating, validating and persisting these objects to the database is a serious bottleneck for mass insertion of data. This approach showed a significant boost in insertion, since the only overhead in this case are the model validations. However, a separate task still needs to be defined to handle the insertion automatically using the database client or by executing SQL queries directly from Ruby itself without the ActiveRecord overhead. In this case, we'd have two separate tasks: one for parsing and validating input data and a second task to ingest these SQL queries to the underlying database.
-
João Victor Risso authored
-
- 12 May, 2016 1 commit
-
-
João Victor Risso authored
-
- 11 May, 2016 7 commits
-
-
João Victor Risso authored
-
João Victor Risso authored
-
João Victor Risso authored
- Add Rake task to seed the following models: AdministrativeLevel, City, Location, Region and SchoolClassType. - Automate database setup by enhancing the rake db:setup task.
-
João Victor Risso authored
-
João Victor Risso authored
Add presence validations to City, Location, SchoolClass and SchoolClassType models
-
João Victor Risso authored
-
João Victor Risso authored
-
- 10 May, 2016 3 commits
-
-
João Victor Risso authored
-
João Victor Risso authored
-
João Victor Risso authored
-
- 09 May, 2016 2 commits
-
-
João Victor Risso authored
-
João Victor Risso authored
-
- 25 Apr, 2016 1 commit
-
-
João Victor Risso authored
Signed-off-by:
João Victor Risso <jvtr12@c3sl.ufpr.br>
-