Coding Style Naming Acronyms Libs Directory and File Names Indentation Coding Style This style is used in the standard library. You can use it in your own project to make i...
Coding Style Naming Acronyms Libs Directory and File Names Indentation Coding Style This style is used in the standard library. You can use it in your own project to make i...
Coding Style Naming Acronyms Libs Directory and File Names Indentation Coding Style This style is used in the standard library. You can use it in your own project to make i...
Request Response Request In order to access the metadata coming from a HTTP request, an action has a private object request that derives from Rack::Request . Here an example ...
Pure Ruby Netcat Simple Ncat.rb Another Implementation of Ncat.rb Pure Ruby Netcat Simple Ncat.rb I found this simple ncat so I did some enhancements on it and add some co...
Methods and instance variables Getters and setters Redefining methods, and previous_def Catch-all initialization Methods and instance variables We can simplify our constructo...
Methods and instance variables Getters and setters Redefining methods, and previous_def Catch-all initialization Methods and instance variables We can simplify our constructo...
Methods and instance variables Getters and setters Redefining methods, and previous_def Catch-all initialization Methods and instance variables We can simplify our constructo...
Functional Functional Hush provides first class higher order functions, which is the fundamental building block for functional programming. As such, the paradigm integrates ver...
Callbacks Method callbacks Proc Halt Redirects Actions support control flow through callbacks, halting and redirects. Callbacks Callbacks allow logic to be executed either...