Skip to content
View mediafinger's full-sized avatar
🏠
In Köln
🏠
In Köln

Organizations

@railsgirls @RubyAndFriends
Block or Report

Block or report mediafinger

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. qanda qanda Public

    Qanda, QandA, Q and A, Q&A with Markdown

    Ruby

  2. chimera_http_client chimera_http_client Public

    Unified way to access internal REST APIs or work with external JSON APIs for Ruby apps

    Ruby 3 2

  3. rabbitmq_presentation rabbitmq_presentation Public

    Publishing, routing and consuming messages with RabbitMQ / AMQP

    Ruby 11 2

  4. settings settings Public

    A clean way to handle custom configuration values in any Ruby app

    Ruby 4

  5. mediafinger.github.io mediafinger.github.io Public

    Señor Developer Andreas Finger

    CSS

  6. First steps after creating a new Rai... First steps after creating a new Rails app
    1
    # Setting up a skeleton for a new Rails app
    2
    
                  
    3
    Example: an admin interface named _"dtx_admin"_
    4
    
                  
    5
    This guide assumes you've already installed a current `ruby` _(version 2.6.1 by time of writing this)_ and the gems `rails` _(version 5.2.x)_ and `bundler` _(version 2.0.1 or newer)_ on your machine. It was written on macOS on might assume you use homebrew. Nevertheless you should be able to follow it on Linux or the Linux DSL in Win10 or even under Windows itself.