Commit graph

41 commits

Author SHA1 Message Date
Jyri-Petteri Paloposki
4dd52e591d Hopefully the final fixes based on fresh installs with both Docker install methods 2020-07-20 00:58:45 +03:00
Steven R. Baker
7648e7ebf3 Don't use docker if the file .skip-docker exists in project. 2019-05-13 15:55:59 +02:00
Matt Rogers
108373f938
Bring back database.yml
It only contains the development database configuration by default since
we're relying on docker-compose for starting our database now.
2018-05-14 18:49:19 -05:00
Reinier Balt
2bd68fecb7 Create attachment model and hook it up to todo
An attachment has write permissions on group so that managing
attachments work from different users in same group, i.e. user apache
and user mail.
2015-08-05 16:05:19 +02:00
Dan Rice
9125355313 Sync boilerplate with Rails 4.1.4 2014-07-07 21:25:24 -04:00
Dan Rice
7d7e47deff Add Spring and spring-aware binstubs
Also remove /script, which is no longer used in Rails 4
2014-05-16 12:21:40 -04:00
Darren Cato
d093ba39bd modified gitignore 2013-07-14 20:56:35 -04:00
Reinier Balt
b6bf21987d add new rvm dotfiles to gitignore 2013-06-05 16:30:03 +02:00
Dan Rice
9cdea2c51f Check schema.rb into source control
This practice is "strongly recommended."
http://guides.rubyonrails.org/migrations.html#schema-dumps-and-source-control
2013-03-04 12:42:59 -05:00
Dan Rice
a4789824e5 Clean up obsolete query analysis plugins 2013-02-05 00:09:34 -05:00
Dan Rice
6530fd9bac Sort .gitignore alphabetically 2013-02-04 15:24:23 -05:00
Renaud AUBIN
032f970dd6 Add bin to .gitignore
Ignore the bin directory created by `bundle install --binstubs`.
2013-02-04 21:00:42 +01:00
Matt Rogers
066c378705 Add test coverage generation using simplecov 2012-12-22 22:56:30 -06:00
Matt Rogers
c56fb05536 Merge pull request #107 from zoombody/sass
make the CSS a little bit Sassier
2012-09-27 18:10:41 -07:00
Dan Rice
a24b18b724 refactor CSS to take some advantage of Sass nesting 2012-09-27 13:31:47 -04:00
Dan Rice
21472fce5e update gitignore rules to match rails 3.2.8 defaults 2012-09-27 10:37:36 -04:00
Dan Rice
7450e1b8d8 update .gitignore rules for rails3.1 asset pipeline 2012-09-26 22:09:20 -04:00
Matt Rogers
2911036ff7 ignore files with a .db suffix 2012-08-14 19:33:54 -05:00
Matt Rogers
8d73a2911b add 'tags' to .gitignore 2011-12-12 12:36:22 -06:00
Demian Gemperli
77c53e3630 using yard for code documentation 2011-10-17 18:07:10 +02:00
Reinier Balt
7f27a6e2bd fix corner case that were failing the cucumber tests. On the calendar page at the end of the month, a todo may occur twice on the page. This was not taken into account for update an destroy 2011-04-30 17:57:36 +02:00
Eric Allen
1fff682454 Revert "Ignore bundled assets"
This reverts commit 9accea5bf1.

Reinier says: "no, I've changed the names of the cached assets, so you do not need to ignore these,
but delete them"
2011-02-28 23:31:08 -08:00
Eric Allen
9accea5bf1 Ignore bundled assets 2011-02-28 23:20:02 -08:00
Reinier Balt
ef5cb8cd77 rename cached js and css to find them more easily 2011-02-04 20:23:19 +01:00
Marcus Ilgner
fd3f69d927 Changed code to support basic i18n.
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00
Eric Allen
a0d12c95e9 No more bundle-fu
Using Rails 2's built-in bundling instead

I believe this closes #978
2010-03-14 16:18:13 -04:00
Reinier Balt
7a92d3559b get all cucumber stories running for default profile 2010-01-13 21:52:04 +01:00
chris erway
47139b5740 add emacs saves *~
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:59:11 +08:00
Eric Allen
2ee84b8162 Move site-specific configuration out of environment.rb into a YAML file. This allows us to ship environment.rb with Tracks. Fixes #813. 2009-02-01 14:47:05 -05:00
Vitalie Lazu
5ee939ac47 Fixed exception in preference model when todo xml api is used with show_from attribute
Signed-off-by: bsag <butshesagirl@rousette.org.uk>
2009-01-11 23:37:14 +08:00
Luke Melia
a1a8260f10 Added an example of capistrano deployment recipes for deploying to a remote web host running Phusion Passenger (aka mod_rails), which is probably the easiest Rails deployment environment to configure. 2009-01-04 17:14:03 -05:00
Luke Melia
35ae5fc431 Next step in upgrading Tracks to Rails 2.2. Some highlights:
* Ran rake rails:update
* Added old actionwebservice framework
* Updated RSpec and RSpec-Rails
* Removed asset_packager plugin (not compatible, Scott no longer maintaining), and replaced with bundle_fu. See the bundle_fu README for more info.
* Hacks to UJS and ARTS plugins, which are no longer supported. Probably should move off both UJS and RJS.
* Hack to flashobject_helper plugin (upgrade to Rails 2.2-compatible version if/when it comes out.)
* Hack to skinny-spec plugin, for Rails 2.2 compatibility. Should check for official release.
* Hacks to resource_feeder plugin, for Rails 2.2 compatibility. Should check for official release (not likely) or move off it.
* Addressed some deprecation warnings. More to come.
* My mobile mime type hackery is no longer necessary with new Rails features. Yay!
* Updated environment.rb.tmpl with changes

TODO:
* Restore view specs marked pending
* Fix failing integration tests.
* Try selenium tests.
* Investigate OpenID support.
* Address deprecation warnings.
* Consider moving parts of environment.rb to initializers
* Address annoying config.gem warning about highline gem
2008-11-30 00:34:15 -05:00
bsag
b26784b634 Added .dotest to .gitignore 2008-07-27 17:24:09 +01:00
Reinier Balt
258958ebdf solve merge conflict
Merge branch 'master' of git://github.com/bsag/tracks

Conflicts:

	.gitignore
2008-06-24 20:36:40 +02:00
Simon Rozet
87444e7109 stop versionning schema.rb 2008-06-23 21:39:16 +02:00
Reinier Balt
952a73e39d Merge branch 'master' of git://github.com/bsag/tracks
Conflicts:

	config/routes.rb
2008-06-18 10:13:56 +02:00
bsag
f3bae73868 Added TextMate *.tmproj files to .gitignore 2008-06-16 18:27:07 +01:00
Reinier Balt
c8d7466ca5 ignore proejct files from netbeans 2008-06-16 16:04:59 +02:00
bsag
12b2c06b71 Added line to .gitignore to ignore db/*.sqlite3 files.
I suggest that users use the .sqlite3 suffix for their databases, and reserve .db for the example databases.
2008-06-15 10:43:48 +01:00
bsag
c1109b3fb3 Merge branch 'svn-tracking'
Up to r881 of svn repository
* svn-tracking: (22 commits)
  Added .gitconfig
  Added yaml_db plugin: http://opensource.heroku.com/
  applied patch from Eric from #732
  fixes #730 restores ability to delete user from user management page
  fixes #724 where editing todos truncates the project name of the todo when the project name contains quotes (")
  Applied patch from Eric Pallen whcih automatically converts url's to links. Thanks Eric!
  explain that yaml cannot yet be used for backup as importing is not implemented yet. from mailinglist.
  hopefully fixes #727.Changes the check on running animation to finished animation
  regenerate compressed js and cleanup whitespace
  turns out that getElementsByClassName is removed from prototype and it therfore falls back to the function of the browser which has different semantics. Found here http://www.prototypejs.org/api/utility/getElementsByClassName
  forgot to create a new compressed js from the previous js changes
  in the stats page you can downdrill to see the active todos in a certain week from the running time charts. This patch adds the option to see all active todos from the selected week and older.
  fix #727. Adds a check to prevent expand/collapse while a previous expand/collaps is still animating
  fixed small problem where updating a todo from mobile resulted in an error becase source_view was nil
  fixes #726. Thanks Eric Pallen for the fix. The mobile view showed active todos from completed projects while the home page does not.
  merges changes from tracks1.6 to trunk
  prepares trunk for 1.6 release
  fixes #713. Adds behavior for edit/star/delete/check buttons of todo even if there is no todo to show. This makes sure that the behaviors are present when you add a new todo through AJAX.
  fixes #718. The link included the number of actions which resulted from last commit
  removed some more whitespace to reduce the download of the mobile view.
  ...
2008-06-15 09:59:22 +01:00
bsag
ad3f07128a Added a .gitignore file. 2008-05-21 09:13:04 +01:00