-
Notifications
You must be signed in to change notification settings - Fork 5
Improvements for Rails and ActiveRecord Integration #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2) Fixed login ticket lifetime bug (maximum_unused_login_ticket_lifetime was not used in login ticket validation) 3) Add remember_me functionality in the core 4) Change how service tickets are generated. Now each service tickets inherits from TicketGrantingTicket in a way to imitate activerecord's belongs_to/has_many. 5) Other minor improvements 6) Tested with rubycas-server-rails engine
Thanks a lot for your contribution I will take a look on it, before it will happen could you take a look on the Travis CI errors. Because that needs to be fixed before we could merge anything. Thanks a lot |
Fixed |
114165b
to
012813d
Compare
I have detached my repo here: https://github.com/vasilakisfil/rubycas-server-core. It's being used on production months now and we will release our Rails CAS engine soon. Many thanks to the initial contributor. |
Are you still interested to contribute in that project? By merging your changes into main repo? Since I started reviewing what you did and I would like to merge few features which you have implemented. Thanks for answer |
Hi there! Definitely! The reason I detached the repo is that I didn't get any feedback from you and I needed some changes in the master. I be happy if the repo was moved here again instead in my personal profile! The pull request that you are looking to is really old! I have changed many things here https://github.com/vasilakisfil/rubycas-server-core! I am not sure how we should proceed. I suggest you take a look my fork and I will contact github to re-attach my fork to your repo. Then I will create a new pull request. How does this sound ? |
It might be easier to clone the repo again, branch, and then paste in your On Fri, Jan 16, 2015 at 7:49 AM, Filippos Vasilakis <
|
The branch was forked using github, detached after a request and now it's re-attached. I will create a new pull-request later today. |
I am closing this PR as the code is too old. We can continue on #25 |
Add Docker support
in a way to imitate activerecord's belongs_to/has_many.