Q/A based social network
Find a file
Georg Gadinger 66efa5d4f4 clean up routes
- replace `match` with `get`/`post`/`patch`/`delete`
- format routes.rb
- rename the `show_user_{profile,question,answer}` routes to
  `profile`, `question`, `answer` so `url_for` (used by Rails Admin)
  works fine for these things
- also add `to_param` to the `User` model so that `url_for(some_user)`
  uses the user name
2022-07-23 12:14:06 +02:00
.docker Update Ruby version in Docker & CI 2022-07-23 12:06:24 +02:00
.github Update Ruby version in Docker & CI 2022-07-23 12:06:24 +02:00
app clean up routes 2022-07-23 12:14:06 +02:00
bin Initial Webpacker setup 2020-12-25 18:22:03 +01:00
config clean up routes 2022-07-23 12:14:06 +02:00
db Add index to notifications.type and make it non-nullable 2022-07-22 16:52:42 +02:00
docs remove some files 2022-01-07 00:03:48 +01:00
lib Use endless method definition in UseCase::Base 2022-07-23 12:06:24 +02:00
log first commit 2014-08-01 11:23:47 +02:00
public Use maskable icons for Apple web app icon 2022-07-18 23:09:53 +02:00
service-docs Remove FAQ page 2022-04-17 22:58:42 +02:00
spec clean up routes 2022-07-23 12:14:06 +02:00
tmp added a few directories in ./tmp 2014-12-13 16:42:00 +01:00
.all-contributorsrc Add contribution listing using all-contributors 2020-05-21 00:02:46 +02:00
.browserslistrc Initial Webpacker setup 2020-12-25 18:22:03 +01:00
.eslintrc.json Add Typescript linting with ESLint 2020-12-26 21:59:53 +01:00
.gitignore Generate i18n export as TypeScript and move locale logic there 2022-01-15 00:05:17 +01:00
.haml-lint.yml Ignore Style/IdenticalConditionalBranches in HAML 2020-05-11 19:40:44 +02:00
.hound.yml Disable HAML linting through Hound 2022-01-22 22:50:32 +01:00
.rspec removed a (rrer)rspec option 2014-12-05 06:39:33 +01:00
.rubocop.yml Update Ruby version in Rubocop config 2022-07-23 12:07:16 +02:00
.ruby-version Upgrade to Ruby 3.1.2 2022-07-23 12:06:24 +02:00
babel.config.js Add Typescript support 2020-12-26 21:59:53 +01:00
Brewfile Add Brewfile 2022-01-19 15:32:19 +01:00
Brewfile.lock.json Add Brewfile lock 2022-07-03 19:00:11 +02:00
config.ru first commit 2014-08-01 11:23:47 +02:00
docker-compose.yml Store Postgres data in volume 2020-10-03 12:56:36 +02:00
Gemfile Upgrade to Ruby 3.1.2 2022-07-23 12:06:24 +02:00
Gemfile.lock Upgrade to Ruby 3.1.2 2022-07-23 12:06:24 +02:00
Guardfile Brakeman + Guard 2015-09-01 19:00:05 +05:30
LICENSE added license (AGPLv3) 2015-04-02 01:39:46 +02:00
package.json Bump core-js from 3.23.4 to 3.23.5 2022-07-18 11:14:24 +02:00
postcss.config.js Initial Webpacker setup 2020-12-25 18:22:03 +01:00
Rakefile remove fix_* tasks as we ensured we won't need them anymore a long time ago 2022-07-09 12:55:40 +02:00
README.md Add contribution listing using all-contributors 2020-05-21 00:02:46 +02:00
tsconfig.json Remove dropped dependencies 2022-01-06 03:21:09 +01:00
yarn.lock Bump terser from 4.8.0 to 4.8.1 2022-07-20 07:45:17 +02:00

Retrospring

Retrospring

This is the source code that powers Retrospring. This is a detached fork of nilsding/justask, where we continue development.

Installation

You can find all the installation instructions needed for a local/production setup of Retrospring in the Wiki.

Contributing

Guidelines for Pull Requests and general information about how you can help us improving Retrospring can be found here.

Contributors

Thanks goes to these wonderful people (emoji key):


Georg Gadinger

🚧 💻 ⚠️ 🚇 🐛 👀

Andreas Nedbal

🚧 💻 🎨 ⚠️ 🐛 👀 🤔 🌍 🖋

Naomi Ahmed

💻 🎨 🐛 🤔 🌍

mltnhm

💻 🚇 🐛 🤔 👀

Tyler Corsair

🖋

Marcel

🖥

embr

📱

Robin B.

💻

colons

💻

Tina

🖋

Morgan

🖋 🌍

temperance

🌍

Vilppu P.

🌍

Saskia

🌍

This project follows the all-contributors specification. Contributions of any kind welcome!

License

AGPLv3.