summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add the initial version of the rewritten glsamakerMax Magorsch2020-04-181-60/+0
| | | | | | | | The glsamaker has been completly rewritten in go. It is using postgres instead of mysql now. The look and feel is based on tyrian. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Remove unused rspec gemHans de Graaff2019-07-231-1/+0
| | | | | | Testing is done with the default Rails setup using minitest. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* Remove unused and obsolete FasterCSVHans de Graaff2019-07-231-1/+0
| | | | | | | FasterCSV as been included as the default CSV implementation in Ruby 1.9. It is also not actually used in the application. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* Remove unused mechanize dependencyHans de Graaff2019-07-231-1/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* Update json to latest versionHans de Graaff2019-07-231-1/+1
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* Remove obsolete commentHans de Graaff2019-07-231-3/+0
| | | | | | This application will never use edge rails, no need to keep the comment. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* Update rake to latest versionHans de Graaff2019-07-231-1/+1
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* Update mysql2 0.4.xHans de Graaff2019-07-231-1/+1
| | | | | | This is the latest series to be supported by Rails 4.2. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* Update rubocop configurationHans de Graaff2019-07-231-0/+4
| | | | | | | | | Add performance and rails plugins, and generate a todo file so that rubocop is "green". This also updates some dependencies in the Gemfile.lock file. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* Apparently we need explicit xmlrpc for rails2.1.16Michał Górny2019-07-231-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Try updating rails to fix ruby24 compat2.1.15Michał Górny2019-07-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* We need the older version of mysql for some reason.2.1.14Alec Warner2019-01-261-1/+1
| | | | Signed-off-by: Alec Warner <antarus@gentoo.org>
* Update some gemfiles for mysql client update.2.1.13Alec Warner2019-01-261-1/+1
| | | | Signed-off-by: Alec Warner <antarus@gentoo.org>
* Gemfile: Add rake specific versionChristopher Diaz Riveros2018-05-271-0/+1
| | | | | | | | | Problems in the rails server suggest that rake > 10.4.2 is not compatible with the current state from the web application, we need to declare specific version in Gemfile to ensure that a good version is available to run services. Signed-off-by: Christopher Diaz Riveros <chrisadr@gentoo.org>
* lib/spelling: Remove deprecated 'runspell'2.1.10Christopher Diaz Riveros2018-05-261-1/+5
| | | | | | | | | | 'runspell' gem 0.0.1 is dead upstream since 2011, and depends on old .so files from libhuspell-1.3. lib/glsamaker/spelling.rb stays in case we want to use a newer gem and don't lose the code. Signed-off-by: Christopher Diaz Riveros <chrisadr@gentoo.org>
* Add jbuilderAlex Legler2016-06-011-0/+1
|
* Update thinking-sphinxAlex Legler2015-12-311-1/+1
|
* Update to rails-4.2; first bits of code cleanupAlex Legler2015-12-301-13/+13
|
* Back to thinAlex Legler2015-03-291-2/+2
|
* Switch to unicorn for interim deploymentAlex Legler2014-06-131-2/+2
|
* Upgrade to thinking-sphinx 3Alex Legler2013-10-061-1/+1
|
* Upgrade to rails 4.0.0Alex Legler2013-10-041-7/+7
|
* Update to rails 3.2.8, remove debugging gems for upstream stupidity reasonsAlex Legler2012-08-241-10/+12
| | | | | The linecache19 gem is using internal headers, thus using a FUCKED UP piece of sh..oftware that downloads the ruby sources and messes with your /usr/include while installing. While finding a way around this, no debugging support is included.
* Add spell-checking using runspell/hunspell.Alex Legler2011-10-241-0/+1
| | | | | For now, we're bundling english dictionaries with modifications for our needs. When there is a better non-ffi API for ruby available, we can switch to multiple dictionaries and split our changes
* Remove exception notification tool again for debuggingAlex Legler2011-10-161-1/+1
|
* Add exception_notification pluginAlex Legler2011-10-141-0/+2
|
* Add dependency on kramdownAlex Legler2011-10-091-0/+1
|
* Bump Rails to 3.1.0 finalAlex Legler2011-09-011-4/+4
|
* Use thinAlex Legler2011-08-301-0/+1
|
* Adding basic search functionality with ThinkingSphinxAlex Legler2011-08-301-1/+4
|
* Require rcov in :testAlex Legler2011-08-291-0/+1
|
* Add ruby-debug to the :development group dependenciesAlex Legler2011-08-181-6/+8
|
* Move back to prototypeAlex Legler2011-08-161-1/+1
| | | | | There is no good replacement for modalbox at the moment, so we'll stick with Prototype for the time being.
* First set of rails3 updatesAlex Legler2011-08-141-5/+36
| | | | .rails2 backups are still there, to be merged and removed on completion.
* Update to rails 2.3.12 and use BundlerAlex Legler2011-08-101-0/+11