ruby-library
Here are 133 public repositories matching this topic...
-
Updated
Jun 1, 2020 - Ruby
-
Updated
Jun 4, 2019 - Ruby
-
Updated
May 25, 2020 - Ruby
This project is used widely but is dead. Please add more contributors so that issues can be addressed and PR can be accepted.
- initialize at start
- show log should use copyReader
- read it all in
- show 2k at a time followed by ('o' for older, 'q' to quit)
-
Updated
Apr 14, 2020 - Ruby
-
Updated
Mar 9, 2020 - Ruby
-
Updated
Jan 29, 2019 - Java
-
Updated
Jul 13, 2016 - Ruby
-
Updated
Jun 7, 2020 - HTML
-
Updated
Feb 5, 2020 - Ruby
- edit/revise the README to reflect the actual public interface
- be sure to document all configuration options (create a wiki page if needed)
- Write doc comments for all public classes, methods, constants, etc.
- Add chasqui to rubydoc.info
- update the examples to reflect the actual public interface https://github.com/jbgo/chasqui/tree/master/examples
-
Updated
May 28, 2019 - Ruby
-
Updated
May 3, 2020 - Ruby
Heyo!
I noticed there's a TODOs.md file which is very consise and mostly done with.
I was wondering if we should start a proper roadmap as well as contributing guidelines.
The roadmap can either be a file, an entry on the wiki, or just plain old GH issues.
Some of the things I think are actionable as of right now:
- wr
-
Updated
Apr 21, 2020 - Ruby
-
Updated
May 30, 2020 - Ruby
-
Updated
Jun 25, 2020 - Ruby
-
Updated
Sep 17, 2017 - Ruby
-
Updated
Aug 29, 2018 - Ruby
-
Updated
Feb 13, 2019
Improve this page
Add a description, image, and links to the ruby-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ruby-library topic, visit your repo's landing page and select "manage topics."
After facing an issue caused by Ransack interpreting
1/'t'astrueand some unsuccessful research, I found about the sanitize args and the recommended way to skip them. The documentation never mentions thatransackable_scopes_sanitize_argsmust be a class method and the example shown defines an instance method.I think that's worth a documentation update, making more clear how to use th