Commit graph

54 commits

Author SHA1 Message Date
Gopesh Tulsyan
c282f6c14e Delayed job integration done 2014-07-23 21:29:55 +05:30
Henne Vogelsang
4b61d29e8d Exchange debugger for byebug
https://github.com/cldwalker/debugger/issues/125#issuecomment-43353446
2014-07-23 15:34:05 +02:00
Christian Bruckmayer
35c5116051 Merge pull request #347 from ChrisBr/fix_test_dates
Implements timecop to make tests independent from DateTime
2014-07-23 15:20:44 +02:00
Chrisbr
7c51d1a42f Implements timecop to make tests independent from DateTime (close #327) 2014-07-23 10:28:15 +02:00
Artem Chernikov
763f864dc9 Fix basic style issues with rubocop 2014-07-21 15:05:58 +02:00
Artem Chernikov
f4a22851a1 Update rubocop and add basic checks 2014-07-21 15:05:58 +02:00
Chrisbr
d1b038c5a7 [Bugfix] Confirmed / Unconfirmed events over time for conference dashboard 2014-07-18 15:22:15 +02:00
Artem Chernikov
4c08850786 Remove therubyracer because of the following reasons:
* therubyracer is unstable between platforms, platform versions, ruby interpreters and even ruby versons.
  Pretty much everytime there's native extension compilation issue, it is therubyracer.
* therubyracer is officially discouraged by heroku as it uses lot of memory. On the other hand node.js advertises itself as very lightweight.
* using therubyracer on server is just like installing Node that can be used only by ruby apps (you're using v8 anyway)
* btw. node.js is necessary only on Windows and Ubuntu development, on Mac development ExecJS is using JavaScriptCore.

catched from https://github.com/sheerun/rails4-bootstrap/issues/18
2014-07-12 12:49:58 +02:00
Artem Chernikov
460f763be5 Add Mina configuration 2014-07-07 16:09:07 +02:00
Artem Chernikov
7cd21bbf11 Fix view test for cfps 2014-07-07 15:06:44 +02:00
KalabiYau
158a9fe7a8 Add poltergeist, therubyracer, reshuffle Gemfile to be more lean 2014-07-07 15:06:43 +02:00
Gopesh Tulsyan
fbf52b1d69 Merge pull request #273 from gopesht/implements_markdown
Implements markdown
2014-07-03 21:01:46 +05:30
Artem Chernikov
7189221f8e Fix CVE-2014-3483 - rails active record vulnerability 2014-07-03 11:15:45 +02:00
Gopesh Tulsyan
f6a9142510 Integration of markdown with redcarpet gem 2014-07-02 17:36:34 +05:30
Gopesh Tulsyan
6712f582c3 Integrate font awesome 2014-06-26 21:28:06 +05:30
Chrisbr
857ac43e74 Implements targets and campaigns for conference 2014-06-26 09:08:26 +02:00
James Mason
0f697f3dbe Update awesome_nested_set
The stable release of awesome_nested_set isn't compatible with Rails 4.1;
running in production mode errors out at init.

Issue 253 suggests resolving with 3.0.0 RC
https://github.com/collectiveidea/awesome_nested_set/issues/253

Conflicts:
	Gemfile.lock
2014-06-19 08:07:30 -07:00
Stella Rouzi
600adde6ba implement openID authentication 2014-06-19 12:58:05 +03:00
Stella Rouzi
d3751be558 Add rubocop to Gemfile 2014-06-17 22:50:00 +03:00
James Mason
e78974a3aa Merge pull request #178 from openSUSE/gems-with-dependencies
Update a couple gem minor versions to agree with versions in d:l:r:e
2014-06-03 07:45:33 -07:00
Chrisbr
40c61ed717 Implements event submissions over time chart 2014-05-30 10:10:47 +02:00
James Mason
e8f751524b Update a couple gem minor versions to agree with openSUSE packaged versions. 2014-05-29 20:31:03 +00:00
Chrisbr
799fba1321 Updates nokogiri 2014-05-15 14:18:33 +02:00
Chrisbr
d97e3603b1 Merge with master 2014-05-12 15:26:18 +02:00
Chrisbr
d6c692962e Enables capybara-webkit 2014-05-10 17:53:31 +02:00
Chrisbr
8aa68fb84a Installs database cleaner
- preparation for feature tests with capybara
see:
http://devblog.avdi.org/2012/08/31/configuring-database_cleaner-with-rails-rspec-capybara-and-selenium/
2014-05-10 15:55:17 +02:00
Chrisbr
aff37e8fb1 Conference Model tests 2014-05-09 14:14:21 +02:00
Artem Chernikov
45a6864618 Groom Gemfile. Fit into one style 2014-04-30 15:58:31 +02:00
Adam Spiers
ed10045fad Add support for guard and spring
guard encourages TDD behaviour through development iterations which
include continuous testing.

Coupling this with spring eliminates the cost of continually loading
gems into a fresh environment every time the tests are run.
2014-04-27 23:42:32 +02:00
Chrisbr
ab09931a41 Installs 'formtastic', '~> 2.3.0.rc3' to fix issues with Rails 4 2014-04-27 16:28:07 +02:00
Henne Vogelsang
eacdd9cfd6 Update to rails 4.1 2014-04-23 17:23:21 +02:00
Henne Vogelsang
2e9b92c3af Initial Rails4 Port 2014-04-23 15:45:55 +02:00
Henne Vogelsang
4592802411 Enable errbit/hoptoad, update rake 2014-04-11 12:32:15 +02:00
Henne Vogelsang
a9d5644d21 Update rack-ssl 2014-04-09 17:15:18 +02:00
Henne Vogelsang
237318c7b4 Enable travis and coveralls 2014-04-09 17:04:03 +02:00
Henne Vogelsang
e3fd0c195a First tests in rspec, with factory_girl 2014-04-09 13:18:11 +02:00
Henne Vogelsang
accd7d1a58 Starting to document things with rdoc 2014-04-09 13:18:11 +02:00
Henne Vogelsang
ad1121ffb0 Remote the unused minitest suite, switch to rspec 2014-04-09 13:16:21 +02:00
Henne Vogelsang
18968a05b1 * Update devise to latest version
* use letter_opener for mails in development
* bring back the flash
* fix redirect loop for logging in
* move all mailer/devise settings to config/config.yml
2014-03-24 12:45:47 +01:00
Henne Vogelsang
587126218d Update gems, use d3 gem, initial bootstrap v3 port 2014-03-17 16:42:19 +01:00
Henne Vogelsang
8aeeabebab Updated the gems, add missing migration for the stats controller, fix most obvious issues with stats 2013-10-22 15:52:29 +02:00
Ancor Gonzalez Sosa
9af4393928 xlsx export for registrations list 2013-07-16 09:47:23 +02:00
Ancor Gonzalez Sosa
27017a4823 WIP: first prototype of the JSON API.
* Tests not included, so I cannot prove that it works
2013-07-04 14:02:50 +02:00
Henne Vogelsang
2a927a42b0 Moved to the bootstrap-sass gem, lot's of styling issues fixed 2013-06-26 15:59:56 +02:00
Stella Rouzi
02797f6204 Update Gemfile, add production/development/test groups 2013-06-21 13:59:01 +00:00
Henne Vogelsang
a11d562dbd Use gravatars, some schedule layout hacking 2013-06-19 16:06:34 +02:00
Henne Vogelsang
b2f8cfbec3 First version of the non-js schedule. Removed the assets from version control. 2013-06-19 13:58:48 +02:00
Henne Vogelsang
76e9bba6ff Adapt Gemfile* to what's available in OBS:Server:2.4 2013-05-15 17:41:19 +02:00
Matt Barringer
152e8a345d Working on the backend interface for supporter registrations 2013-02-03 18:12:44 +01:00
Matt Barringer
f78fb4b1c1 Update Gemfile.lock 2013-01-15 08:25:18 +01:00