Commit graph

463 commits

Author SHA1 Message Date
Ari Timonen
11fcea3259 Add docker dev version
Add env and docker files for development

Fix some random things related to rails upgrade
2019-09-24 22:55:34 +03:00
Ari Timonen
23b545779d Fix a few typos in views and models 2019-08-14 09:30:56 +03:00
Ari Timonen
f156ed3060 More progress on upgrade 2019-06-07 11:04:16 -04:00
Ari Timonen
ce9797aed8 More progress on Rails 4.1 update
Just fix scopes mostly.

Add binstubs.
2019-06-03 15:38:24 -04:00
Ari Timonen
768d3faa1b Update scopes for rails 4 2019-06-02 04:26:36 +03:00
Ari Timonen
0b53968d3d Temporary commit 2019-06-01 13:56:09 +03:00
Ari Timonen
07c53b7469 Fix mysql2 schema issue 2018-11-22 19:46:46 -05:00
Ari Timonen
8ccef9e224 Update for rails 4
Add matches to routes
Update mysql2 gem

Remove caldner for moment
2018-11-22 19:46:41 -05:00
Luke Barratt
f6f8962073 Fixes removal of find_or_create_by_x in acts_as_rateable plugin 2015-08-23 15:57:37 +01:00
Luke Barratt
7738c2b845 Fold legacy has_view_count plugin into lib 2015-08-23 15:43:40 +01:00
Luke Barratt
c1466c262a Cleanup spec_helper and remove use of deprecated RSpec syntax 2015-08-23 15:29:09 +01:00
Luke Barratt
44834ddd0e Updated selenium-webdriver to resolve issues using the latest versions of Firefox 2015-08-23 15:21:56 +01:00
Luke Barratt
e3f0a79479 Fold acts_as_rateable plugin into lib 2015-08-23 13:25:41 +01:00
Luke Barratt
865a0cae5a Restore POST routes to /users/login and /users/logout 2015-08-23 13:24:19 +01:00
Luke Barratt
4d04c47251 Fold in acts_as_readable plugin into lib so that it's loaded properly 2015-08-23 12:06:27 +01:00
Luke Barratt
f8fd66e152 Use steam-condenser from GitHub source again to avoid issues with Constant collisions 2015-08-23 11:25:35 +01:00
Luke Barratt
48dc948fc0 Merge branch 'develop' into feature/rails-4 2015-08-23 11:00:14 +01:00
simplefl
ef451b9cca Merge pull request #45 from cblanc/optimise_query
Merge into master ASAP
2015-08-23 11:08:40 +02:00
Chris Blanchard
4cfa9a7e0d Hound 2015-08-22 11:53:26 +01:00
Chris Blanchard
4377d07095 Add filter to recent topics 2015-08-22 10:48:08 +01:00
Chris Blanchard
c8b746a97b Fix style 2015-08-20 23:38:21 +01:00
Chris Blanchard
b4884e106c Add missing index on forumers table 2015-08-20 23:37:26 +01:00
Chris Blanchard
5948364ec2 Annotate & fix style 2015-08-20 19:36:01 +01:00
Chris Blanchard
5bde263e8c Added forumer exclusion on recent_topics 2015-08-20 19:33:22 +01:00
Chris Blanchard
739422abef Added initial forumer test 2015-08-20 18:11:29 +01:00
Chris Blanchard
19b5679ff3 Scope no longer used 2015-08-20 17:21:56 +01:00
Chris Blanchard
70171dfbbd Remove inefficient scope 2015-08-20 17:01:42 +01:00
Chris Blanchard
efc75736dd Style fix 2015-08-20 16:35:25 +01:00
Chris Blanchard
4318f4116e Swap out old recent topics method 2015-08-20 16:20:50 +01:00
Chris Blanchard
551520dc73 Add more efficient recent topics class method 2015-08-20 16:20:40 +01:00
Chris Blanchard
843da0db43 Fix 2015-08-20 15:58:10 +01:00
Chris Blanchard
d3a2b172e5 Add initial tests for posts 2015-08-20 15:57:29 +01:00
Chris Blanchard
49a99f16f7 Add initial topic tests 2015-08-20 15:49:42 +01:00
Chris Blanchard
7f7d09295c Add initial forum tests 2015-08-20 15:48:19 +01:00
Luke Barratt
929ab276a0 Update steam-condenser gem to use the latest published version from rubgems 2015-08-15 23:37:45 +01:00
Luke Barratt
453874b630 Read country code from I18n gem 2015-08-15 23:30:34 +01:00
Luke Barratt
e6c2ebcbc3 Added .eager_load config variable to each environment respectively 2015-08-15 23:30:14 +01:00
Luke Barratt
2dcc14b0a3 Removed uglifier from deprecated assets group 2015-08-15 20:45:44 +01:00
Luke Barratt
ed95f1b3c7 Use i18n_country_select instead of country_code_select 2015-08-15 20:34:50 +01:00
Luke Barratt
320fc67e4c Removes outdated acts_as_versioned plugin in favour of an updated version extracted from Redmine 2015-08-15 20:28:21 +01:00
Luke Barratt
344239502c Use protected_attributes to support legacy model protection 2015-08-15 20:27:40 +01:00
Luke Barratt
54e4c6a4bb Removed potentially dangerous regex warning 2015-08-15 20:26:57 +01:00
Luke Barratt
e2c8472023 Replace instances of #match with #get in application routes 2015-08-15 20:26:42 +01:00
Luke Barratt
239248c2ad Intital dependency updates to accomodate rails 4 2015-08-15 19:57:13 +01:00
Luke Barratt
4d07d8ddc6 Merge pull request #41 from ENSL/task/upgrade-ruby
Task/upgrade ruby
2015-08-15 19:35:49 +01:00
Luke Barratt
de5d548e50 Style guide updates to specs 2015-08-15 19:34:25 +01:00
simplefl
5ea4193e29 Merge pull request #40 from cblanc/staging_session
Set new session store name and domain for staging
2015-08-15 19:49:26 +02:00
Chris Blanchard
c1430343a9 Set new session store name and domain for staging 2015-08-15 18:42:44 +01:00
Luke Barratt
d819a1cc9e Moved test-unit to the Gemfile to fix issues with activesupport 2015-08-15 17:44:33 +01:00
Luke Barratt
3020c98f57 Merge branch 'develop' into task/upgrade-ruby 2015-08-15 17:32:35 +01:00