Jyri-Petteri Paloposki
2eb54b1c3e
Upgrade to Rails 7.1
2025-06-30 00:45:25 +03:00
Jyri-Petteri Paloposki
36b47125ef
Change to a new JS preprocessor, change from MySQL to MariaDB and fix polling
2025-06-29 21:27:27 +03:00
Matt Rogers
2cbe020d8a
Update the app for Rails 5.2
...
After the framework bump, run `rails app:update` to pull in the new
framework changes and defaults.
2018-11-17 12:37:03 -06:00
Matt Rogers
1ccf96ae83
Initial upgrade to Rails 5.1
2018-11-12 09:07:12 -06:00
Matt Rogers
859701a81f
Update configuration after the Rails upgrade
...
Ran `bin/rake rails:upgrade` and went through all the changes.
Co-Authored-By: Dan Rice <dnrce@users.noreply.github.com>
2018-10-27 11:27:07 -05:00
ericmoon
6dcaa76f09
cucumber removal
2018-07-24 12:34:55 -07:00
Heiner Wohner
047fb0acb1
Makes force_ssl configurable
2018-01-22 14:43:04 +01:00
Dan Rice
d7d86446c0
Upgrade to Rails 4.2
...
* Update boilerplate with `bin/rake rails:upgrade`
* Use test instead of test:all rake task
* Change stylesheet extensions from .css.scss to .scss
* Update docs to use localhost instead of 0.0.0.0 because Rails 4.2
no longer listens on all addresses by default.
2016-05-22 21:58:52 -04:00
Matt Rogers
faf585b1d4
Add a configuration setting for serving static assets
...
This new setting will allow us to control in `site.yml` whether or not
our static assets will be served by Rails or by the app server that is
proxying requests to Rails. This is set to `false` by default so that
the proxying server is responsible for serving the assets.
2015-09-01 19:21:16 -05:00
Reinier Balt
e58379e81f
This fixes failing tests when the timezone is different than utc
...
There were several problems:
* Time.now returns the systems time, not the users time
* fixtures do not translate dates from timezone to utc, but stores the
date verbatim
* calling a controller will set the timezone to the preference of the
current_user. So it could be changed while you do not realize this. I
fixed the failing test, but problems could be elsewhere
2015-08-05 11:50:33 +02:00
Dan Rice
ea0d40060a
Remove support for deprecated password-hashing algorithm
...
* Remove all methods implementing and checking for the old algorithm
* Document a pre-upgrade step to check for remaining obsolete passwords
* Remove config.salt
2014-11-15 10:28:29 -05:00
Dan Rice
c88b1d463f
Use modern config namespace
2014-09-12 21:43:39 -04:00
Dan Rice
3ebff1a932
Sync boilerplate with Rails 4.1.6
2014-09-11 23:39:29 -04:00
Dan Rice
95956fc6f7
Enable migration check in development environment
...
This is the default configuration in Rails 4.
2014-07-07 22:30:23 -04:00
Dan Rice
78dc56c37c
Remove obsolete configuration values
2014-07-07 22:15:05 -04:00
Dan Rice
9125355313
Sync boilerplate with Rails 4.1.4
2014-07-07 21:25:24 -04:00
Dan Rice
c6a8e0f498
Sync asset configuration with Rails 4.1.4 defaults
...
Ref #1705
2014-07-03 22:05:57 -04:00
Reinier Balt
5ed2de3ab0
remove custom solution to visually show that you are running in development
...
environment and replace with rack-dev-mark gem
2014-06-26 10:05:22 +02:00
Dan Rice
d171e13e24
Bring a few details in line with Rails 4.1
2014-06-19 12:33:38 -04:00
Reinier Balt
65859807ea
update configs for rails 4
2013-05-11 23:12:20 +02:00
Reinier Balt
2b2572a2d1
set caching back to false for development environment
...
this was accidentally added to a previous commit
2013-02-27 12:06:25 +01:00
Reinier Balt
6fa70db39e
fix updating dependency trees when changin a name. Including invalidating cache when
...
necessary
2013-02-17 17:37:44 +01:00
Stefan Hacker
27adccb6e9
Remove unused layout and clear up naming
...
* scaffold.css is only used by login -> rename to login.css
* standard.html.erb is the default application layout -> rename to application.html.erb
* scaffold.html.erb is unused -> deleted
2012-09-02 14:20:17 +02:00
Stefan Hacker
a7a7769bc7
mobile.css was missing from production assets precompilation list.
2012-09-01 16:25:14 +02:00
Reinier Balt
f513e667dc
tracks now starts in production environment with precompiled assets
2012-05-18 20:20:50 +02:00
Reinier Balt
86afd42148
Work in progress: has_many_polymorphs does not work with rails 3.2 because of intrusive changes in rails internals. I think we need to rip out this dependency...
2012-04-30 13:56:34 +02:00
Reinier Balt
a83c8b3f92
initial upgrade to rails 3.2.3
2012-04-30 13:56:33 +02:00
Reinier Balt
04d2e47e23
remove selenium environment. Not needed anymore.
2012-03-24 10:55:17 +01:00
Reinier Balt
d8b5c7d0d2
cleanup old selenium initializer stuff and migrate edit_a_todo
2012-03-19 14:06:33 +01:00
Reinier Balt
de309c8ee8
migrate calendar feature
2012-03-19 14:06:31 +01:00
Reinier Balt
b874b49336
update cucumber config for capybara
2012-03-19 14:06:30 +01:00
Reinier Balt
34a005ec0e
change notify banner. you can now set it in development.rb
2011-10-28 11:17:31 +02:00
Reinier Balt
d9db33bc0d
fix #990 by moving rsel scripts to cucumber and removing selenium-on-rails plugin
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 11:29:50 +02:00
Matt Rogers
f13e4d5b85
Remove the config.gem lines from the environment files
...
When using Bundler to resolve your gem dependencies, you do not need
these lines in the environment files.
2011-08-31 22:26:38 -05:00
Reinier Balt
ceda51b5bf
upgrade to rails 2.3.12 and fix deprecation warning and fix some version numbers of gems used for testing
2011-06-09 17:04:00 +02:00
Eric Allen
7f43015cd3
We're not using RSpec 2.x
2011-02-28 23:20:02 -08:00
Reinier Balt
ea4f7de813
get cucumber running again
2011-02-04 20:21:08 +01:00
Reinier Balt
6443adac78
fix stories_test to run again. Using ActiveRecordStore for session aparently did not work here
2011-02-04 16:23:47 +01:00
Reinier Balt
632c0e7255
fix all tests
2011-02-03 19:30:48 +01:00
Reinier Balt
ab2e51a51a
get selenium scenarios running again and add some scenarios for adding todos started
2011-02-03 18:19:19 +01:00
Reinier Balt
a832417c59
migrate toggle_check and destroy and defer and get the functional tests running again
2011-02-03 18:19:17 +01:00
Reinier Balt
f90d0d8eb9
fix rspec version because spec-rails now depends on rails3
2011-02-03 18:18:35 +01:00
Marcus Ilgner
330d6e008c
Corrected reference to factory_girl gem
2011-01-30 05:43:50 +08:00
Reinier Balt
04faa5d408
correct deleting a line which should be there
2010-11-08 17:29:57 +01:00
Reinier Balt
83a7e38155
add dependency for selenium-client and mongrel for selenium tests
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2010-11-08 17:26:30 +01:00
Reinier Balt
e2841e31eb
finish upgrade of selenium
...
these were manual cherry-picks of the rails upgrade work.
2010-07-27 23:32:22 +02:00
Reinier Balt
551eab19a5
regenerate cucumber setup
2010-07-27 23:05:23 +02:00
Reinier Balt
c433661048
the project description could now contain markup, like notes
...
also configure database_cleaner for selenium features
2010-02-12 12:35:19 +01:00
Reinier Balt
8f349d3b6b
set configurations for using cucumber and selenium
...
if you want to run it, update your database.yml to include cucumber and selenium environments (like in the .tmpl) and run
RAILS_ENV=selenium cucumber -p selenium
2010-02-02 22:52:32 +01:00
Reinier Balt
4620349db1
update cucumber
2010-01-13 20:39:28 +01:00