Commit graph

1821 commits

Author SHA1 Message Date
Henne Vogelsang
dd5796bd34 Fix saving feature failures to tmp/capybara 2016-05-02 16:06:32 +02:00
Henne Vogelsang
5e656e7d9f Add a rake task to create demo data
Useful for development, review apps and our demo instance
2016-05-02 16:06:32 +02:00
Henne Vogelsang
77e0340387 Make use of fake data in factories 2016-05-02 16:06:27 +02:00
Christian Bruckmayer
d1dbf67606 Merge pull request #979 from differentreality/javascript_load
javascript load for user_biography
2016-05-02 13:03:49 +02:00
Stella Rouzi
2b1aeafcd8 javascript load for user_biography 2016-05-01 19:16:19 +03:00
Henne Vogelsang
9011ff6cb0 Merge pull request #975 from hennevogel/master
Mention the data:migrate:config2dotenv during boot
2016-04-30 17:58:16 +02:00
Henne Vogelsang
737a9d4808 Add faker gem, don't require rubocop 2016-04-29 17:21:20 +02:00
Henne Vogelsang
1fd029cb66 Mention the data:migrate:config2dotenv during boot 2016-04-29 17:07:50 +02:00
Henne Vogelsang
ac0659d9c6 Merge pull request #900 from openSUSE/demo
Make it possible to run OSEM on heroku
2016-04-29 16:51:26 +02:00
Henne Vogelsang
332b309dd5 Document CLOUDINARY_URL 2016-04-29 16:40:15 +02:00
Henne Vogelsang
78501b17ca Rake task to migrate config.yml to a dotenv file 2016-04-29 16:37:48 +02:00
Henne Vogelsang
14a9d701f7 If operating on a env variable make sure its there
Fix booting the app without OSEM_SMTP_AUTHENTICATION set
2016-04-29 16:37:48 +02:00
Henne Vogelsang
f97e271566 Fix some typos 2016-04-29 16:37:48 +02:00
Henne Vogelsang
5b0202c052 Expand and document SMTP configuration 2016-04-29 16:37:48 +02:00
Henne Vogelsang
beac27405e Use the environment for ActionMailer configuration 2016-04-29 16:37:48 +02:00
Henne Vogelsang
d79a9b6fc1 Make use of dotenv 2016-04-29 16:37:48 +02:00
Henne Vogelsang
fee8adba4b Also set a default secret_key_base in test env 2016-04-29 16:36:47 +02:00
Henne Vogelsang
64830e9cff Don't read config.yml anymore
add some heroku support gems and document all the new variables
2016-04-29 16:36:47 +02:00
Henne Vogelsang
ebcb2780cd Configure OSEM via environment variables
Instead of reading a yaml file we get configuration from the
environment.
2016-04-29 16:36:47 +02:00
Henne Vogelsang
45c31f210f Drop config/config.yml.example. Not needed anymore
Also make config/secrets.yml.example read a bit nicer
2016-04-29 16:36:47 +02:00
Henne Vogelsang
d532016312 Get config.yml/secrets.yml out of travis/vagrant 2016-04-29 16:36:47 +02:00
Henne Vogelsang
bd36ce0fb2 Switch logic for linting factories
Only if you set the environment variable OSEM_FACTORY_LINT
to 'false' it won't lint.
2016-04-29 16:36:47 +02:00
Henne Vogelsang
3ce62979bd Merge pull request #970 from hennevogel/feature_cloudinary
Switch to carrierwave for for upload management
2016-04-29 16:36:01 +02:00
Henne Vogelsang
6a41243536 Merge pull request #971 from sonalkr132/doc-fix
Fix recurring spelling [ci skip]
2016-04-29 14:03:22 +02:00
sonalkr132
2710f32792 Fix recurring spelling [ci skip] 2016-04-28 19:22:00 +05:30
Henne Vogelsang
8fc57e34c9 Adapt the spec 2016-04-27 17:55:24 +02:00
Henne Vogelsang
86896cc46b And finally make use of Cloudinary if it's configured 2016-04-27 17:55:24 +02:00
Henne Vogelsang
de486dc621 Oh My God. Close your eyes!
Someone used a paperclip method in a migration. I'm too scared to
look who, maybe it was me?
2016-04-27 17:55:24 +02:00
Henne Vogelsang
a852a3b4a5 Protect us from too large images 2016-04-27 17:55:24 +02:00
Henne Vogelsang
2a4de3e869 Use PictureUploader on Venue 2016-04-27 17:55:17 +02:00
Henne Vogelsang
f1f5fc1cd4 Use PictureUploader on Sponsor 2016-04-27 17:40:23 +02:00
Henne Vogelsang
0ad3ff01c3 Use PictureUploader on Lodging 2016-04-27 17:40:23 +02:00
Henne Vogelsang
40023044af Use PictureUploader on Conference 2016-04-27 17:40:23 +02:00
Henne Vogelsang
cea9081347 A paperclip compatible carrierwave uploader 2016-04-27 17:40:23 +02:00
Henne Vogelsang
e3c457267c Also require mini_magick for image manipulation 2016-04-27 17:40:23 +02:00
Henne Vogelsang
d55d206b93 Switch to carrierwave for upload management 2016-04-27 17:40:23 +02:00
Henne Vogelsang
ae55c2772f Remove danging :photos table and other photo cruft 2016-04-27 17:40:18 +02:00
Henne Vogelsang
1ce834391a Add cloudinary gem, fix some Gemfile comments 2016-04-27 11:48:12 +02:00
Henne Vogelsang
5b9da3ef22 Merge pull request #968 from Ana06/biography
Word limit on user biography
2016-04-27 10:02:28 +02:00
Ana
a30893fae3 test I removed accidentally while rebasing restored 2016-04-27 00:41:40 +02:00
Ana
22916971c7 Word limit on user biography changes 2016-04-27 00:28:31 +02:00
Ana
e082e7599d biography test fixed 2016-04-27 00:27:44 +02:00
Ana
5c044a801d Word limit on user biography 2016-04-27 00:27:44 +02:00
Henne Vogelsang
5770920270 Move the not interesting parts down... 2016-04-26 16:25:05 +02:00
Henne Vogelsang
88d101b359 Link to GitHub OAuth application 2016-04-26 16:17:09 +02:00
Henne Vogelsang
fc9d716985 Link to a sane google search 2016-04-26 16:13:47 +02:00
Henne Vogelsang
c75d9942b9 Cleanup INSTALL.md/CONTRIBUTE.md 2016-04-26 16:10:05 +02:00
Henne Vogelsang
b11acac559 Cleanup INSTALL.md/CONTRIBUTE.md 2016-04-26 16:09:54 +02:00
Stella Rouzi
2d9e19b195 Merge pull request #923 from differentreality/event_registration
Enable event registration for proposals
2016-04-26 15:39:29 +02:00
Stella Rouzi
01ec43e53a Registration for Events 2016-04-26 16:11:40 +03:00