-
Hello,
I'm having problems when trying to fetch resources after login, and to validate_token. After the login, sometimes the first request to validate_token is successful, but sometimes it's not. A…
-
```
Steps to reproduce:
1.Install new CentOS 6.2, OpenVZ, OWP 2.1
2.Log in
3.Try to add another server
Actual result:
The result from /opt/ovz-web-panel/log/production.log:
Processing Admin::Hardwar…
-
```
Steps to reproduce:
1.Install new CentOS 6.2, OpenVZ, OWP 2.1
2.Log in
3.Try to add another server
Actual result:
The result from /opt/ovz-web-panel/log/production.log:
Processing Admin::Hardwar…
-
```
Steps to reproduce:
1.Install new CentOS 6.2, OpenVZ, OWP 2.1
2.Log in
3.Try to add another server
Actual result:
The result from /opt/ovz-web-panel/log/production.log:
Processing Admin::Hardwar…
-
## Environment
- Ruby **[2.6.5]**
- Rails **[6.0.2.1]**
- Devise **[4.7.1]**
## Current behavior
When 'protect_from_forgery' is in use, ActionController::InvalidAuthenticityToken is trigger…
-
```
Steps to reproduce:
1.Install new CentOS 6.2, OpenVZ, OWP 2.1
2.Log in
3.Try to add another server
Actual result:
The result from /opt/ovz-web-panel/log/production.log:
Processing Admin::Hardwar…
-
Hey, Rails Noob here
I'm using devise_token_auth and ng_token_auth for my current project. The authentication working fine so far. But i'm very confused about the reset password and update password. M…
-
fe_sendauth: no password suppliedExtracted source (around line #58):
56 57 58 59 60 61 | ### Convenience alias for PG::Connection.new. def self::connect( *args ) return PG::Connection.new( *…
-
> "Move gon and json stuff to presenters"
> See https://phraseapp.com/blog/posts/best-practice-10-design-tips-for-apis/ or http://arches.io/2015/09/api-design-in-rails/
> * Also accept headers as …
-
I cloned the repo, and changed line 6 in the template to this:
`RAILS_REQUIREMENT = "7.0.4.3".freeze`
Installed Rails 7.0.4.3, and executed:
```
rails new my-app \
--rc=rails-app-templ…