Quantcast
Channel: General Programming - MetaRuby - Ruby Forum
Browsing latest articles
Browse All 46 View Live

Text Editor Tutorials

@AstonJ wrote: Just came across one and thought a thread might be handy for tuts on different editors.. Sublime Text: https://www.youtube.com/playlist?list=PLpcSpRrAaOaqQMDlCzE_Y6IUUzaSfYocK Vim?...

View Article


Front end dev - what do you use?

@AstonJ wrote: We have started to use Foundation at work (as we need something fairly mainstream for clients) but I am going to be looking in to Elm, Opal and a few SASS frameworks myself. What about...

View Article


Image may be NSFW.
Clik here to view.

Learning Resources - what's out there?

@AstonJ wrote: I'm currently finding Udemy pretty good - I like how you can just buy what you want and some of their courses are very polished. Their iOS course has been bought over 100,000 times...

View Article

Image may be NSFW.
Clik here to view.

Swift

@AstonJ wrote: Just noticed we don't have a thread for Swift Anyone used it? Thinking of using it? What do you think of it? Personally I think Apple missed a trick when they didn't make it more like...

View Article

Pull request etiquette question

@treble37 wrote: Have a weird question here....So I had a pull request (called PR #X) open that was more or less a "gem install" into a Ruby file. It had 2 code review signoffs by senior developers...

View Article


Live Coding

@danielpclark wrote: Anyone have experience with broadcasting and watching live coding on different sites? YouNow, Google+ or others? I found this one: Ruby on Livecoding.tv Posts: 4 Participants: 2...

View Article

Image may be NSFW.
Clik here to view.

Elixir forum goes live in about 12 hours!

@AstonJ wrote: The Elixir Forum goes live on Tuesday We'll be adding the same design here on MetaRuby and the Elm Forum - though we'll use the Ruby and Elm colours for them. I think being part of a...

View Article

Alternative Vim implementations

@kofno wrote: I've been playing with NeoVim again. I can recommend. For MacVim users, there is now an OS X integration: https://github.com/rogual/neovim-dot-app. There is also an interesting Electron...

View Article


The "left-pad incident". Can it happen to ruby?

@CassioGodinho wrote: For some context: http://www.haneycodes.net/npm-left-pad-have-we-forgotten-how-to-program/ What you guys think is the biggest problem, developers that over use external...

View Article


Tools to make you more productive as a developer?

@treble37 wrote: What are your favorite tools that make you more productive as a developer? I'm partially asking because my current organization is doing a license buy, but also because I'm curious....

View Article

Frida - Reverse Engineering APIs

@danielpclark wrote: Has anyone used Frida? There headline is "Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android." So what is Frida, exactly? It’s Greasemonkey for...

View Article

End to end messeging encryption

@danielpclark wrote: This article has announced "Adding end-to-end encrypted messaging to your app just got a lot easier" showing a JavaScript user side encryption you can add with Twilio. I just...

View Article

Open for git repository questions

@danielpclark wrote: Ask any question related to git repository management. My first question. @Ohm How did you submit a pull request that would close the issue it was related to when merged? Both of...

View Article


What's the best project diagram tool?

@danielpclark wrote: From time to time I find my self needing to make a visual aid to help illustrate how much integrates into an application and how. But every program I've come across to draw a mind...

View Article

Pair Programming

@danielpclark wrote: I've written up a blog on How to Build the Ultimate Remote Pair Programming Environment. Feel free to ask any questions you may have or share your tips here! Also I'm open for...

View Article


Image may be NSFW.
Clik here to view.

Concerns about Icann selling TLDs

@AstonJ wrote: Anyone else think it's crazy that TLDs are being 'auctioned off' to the highest bidder? The latest is .web, sold for $135m www.bbc.co.uk Net's .web domain sold for $135m - BBC News The...

View Article

Use HTTP status codes with your APIs

@reggieb1 wrote: Am I the only person to get annoyed when people don't use HTTP status codes when they build an API? I'm working with an API at the moment. The API has been built using Rails, which is...

View Article


Rule engine

@amit_savani wrote: I am writing an application like IFTTT and Zappier but for specific domain only. I am thinking of using http://www.easyrules.org/ as I couldn't find any elegant solution in ruby....

View Article

Ruby implementation of k-dimensional tree algorithm

@amit_savani wrote: Does anybody know ruby implementation of k-dimensional tree algorithm? I tried https://github.com/gurgeous/kdtree but it doesn't return accurate results. I cross checked the...

View Article

Review for ruby articles

@Alexeex wrote: Hi all! A few months ago I started to publish articles about ruby. At the moment I have published about 15 articles. However, English is not my native language and I would like someone...

View Article

Cibyl, a lightweight curly-bracket language which compiles to Ruby and Crystal

@ecstaticcoder wrote: https://github.com/senselogic/CIBYL // Recursive Fibonacci function def fibonacci( n : Int32 ) { if ( n <= 1 ) { return 1; } else { return fibonacci( n - 1 ) + fibonacci( n -...

View Article


Image may be NSFW.
Clik here to view.

Has anyone upgraded to MacOS Mojave? Did it break anything in your dev...

@AstonJ wrote: It’s only been out a few days, but interested in hearing how everyone else has got on and whether anything development-wise broke Posts: 4 Participants: 4 Read full topic

View Article


Announcing the release of WebpackerCli

@danielpclark wrote: Announcing the release of WebpackerCli. Bringing the convenience of Rails’ Webpacker to any web framework… even those in other languages. Why? Webpack is a powerful tool which is...

View Article

Image may be NSFW.
Clik here to view.

Setting up Ruby on Rails Development Environment on Mojave 10.14.2

@kobaltz wrote: Sometimes we have to configure a new development machine, whether it is for ourselves or a friend. We often find that there are some little pieces of our environment that we have...

View Article

Image may be NSFW.
Clik here to view.

Create a Beautiful API Documentation with Slate and Host it for Free on Netlify

@AmitPatel-BoTreeCons wrote: Are you looking for solution to have beautiful documentation of your API and hot it for free? Checkout Ruby + Middleman + Slate + Netlify BoTree Technologies – 26 Aug 19...

View Article

Browsing latest articles
Browse All 46 View Live