-
Currently at nusmods we are facing a few issues that are not code related (mostly):
## General
- onboarding (where and how to start to developing)
- outreach (we need future maintainers)
- commu…
-
Hello folks!
Roadie Rails is an amazing tool, but I am facing this problem right now:
![unexpected_line_break](https://cloud.githubusercontent.com/assets/4738687/17229346/76809576-54ed-11e6-90f2-417d…
-
Installing and running was as smooth as it could be, however, I immediately get an ArgumentError because the :as keyword is used in my polymophic associations. Any tips?
Failed: ArgumentError: Unknow…
-
Hello everybody. I've got an terrible bug that makes roles creation impossible. There is my steps:
1. Generate new Ruby On Rails project: `rails new sample --skip-active-record` and `cd` into `sam…
Zeben updated
7 years ago
-
Ok, so I ran into the same problem @davidwkaiser did while trying to run the app locally. After playing around a bit, looks like the issue is [line 7 in scheduler.rb](https://github.com/davidwkaiser/w…
-
padrino-admin has a pretty good start on this. I think it be good if we can extract that out into its own(like merb-auth) so users can swap the authentication in an out. Maybe we could have it be like…
-
once the dust settles and we have a good percentage of the API working, the main README should be updated and possibly another file with more examples.
-
This demo is extremely helpful and I am incredible grateful for it. I was wondering if you would be willing to perhaps look at doing this as a Rails engine that can just be dropped into any kind of Ra…
mhoad updated
4 years ago
-
# やること
- [x] 認証機能の追加
```
php artisan make:auth
```
ができない。。。
調べるとLaravel6からは無くなってるようだ。
これ
[Laravel 6\.0 ログイン機能を実装する \- Qiita](https://qiita.com/ucan-lab/items/bd0d6f6449602072cb87)
[…
-
I would like to configure portus to accept client certificates or fall back to its own auth.
How can I go about making this happen? Will portus make use of any headers like REMOTE_USER?
This would …