Does anyone use ruby ​​without any frameworks?

I am experimenting with Ruby and Rails. I like Ruby, but not Rails. I have Java / PHP, I used some frameworks, but I never liked any of them.

Does anyone use Ruby to build web applications, but not for any frameworks? (rails, merb, etc.). If so, can you point me to some resources to find out?

+3
source share
5 answers

It might be wise to use Rack and maybe Sinatra gets enough to make you feel comfortable. Sinatra is not much more than a very small, simple wrapper around the afaik rack handler.

+9
source

Running web applications in Ruby without using a framework is like cooking without heat. I doubt the possibility of trying this.

However, you could probably enable Apache to invoke the Ruby program as CGI . I suspect the dog will be slow.

: , , , : Simple Ruby CGI. , , " ".

+8
+3

ruby ​​ bash python ubuntu sysadmin.

Ruby , bash python sysadmin.

0

. - , , Rails. , - , . 99% ActiveRecord, ActiveSupport .. Gemfile . , , - , , ... , ..:) , , - . - .

https://github.com/einzige/framework

0

Source: https://habr.com/ru/post/1727950/


All Articles