
DBot 

gui.derpi.user.title
https://philomena.derpibooru.org/tags/what+about+discord%3F
Try to open second page
Try to open second page
Paradigm, as in from OOP (with some procedural and functional sprinkled in) to a fully functional language.Oh, that kind of paradigm. I thought you were talking about MVC vs MVVC etc. It might surprise you then to hear that we were basically writing Ruby in almost functional style anyway. Most of the method calls in our code (the stuff that does "actual work" as opposed to just database interaction) are to Enumerable and to ActiveSupport::CoreExt. There are vanishingly few class structures we have, and only one or two actually use inheritance or true polymorphism, because it basically isn't needed. (There's also some broken STI that I aim to fix… uh, at some point, but that doesn't really count.)
Not sure what you mean when it comes to Ecto and being tied down by schema. Not quite sure how it works with Django, but most modern ORMs let you design the schema code-first and use migrationsIf you read my post on why I decided to do this rewrite, it sets out my reasoning. Basically the ORM structure provided by ActiveRecord ended up slowing us down considerably after schema changes where we should have been getting faster, and I had at that point just had enough of it. The reason for this slowing down was due to Ruby object creation overhead. Neither Python nor Ruby are particularly well-known for being fast at object creation, so I can't see Django being much better here. C# (or even F#, in fact) could potentially be viable, for sure. But Ecto stood out to me because of its fantastic query API support for PostgreSQL, which is the database we use.
When I click on create a new filter from scratch it tells me that I can't access to that page, also, the options "edit this filter" … doesn't exist
Clicking image reverse search button without an image sends you to 404 page
When you try to change your profile image without selecting any image you receive 3 "can't be blank" warnings, also there's no go back button to return to account settings
The text size <h2> at any page overlaps when it has 2 or more lines of text
Try to open second pagefixed
Ow ouchie ouch, my css ruleset
alias:from -> alias:to - this should be aliased.Expected result (from Derpi On Rails):
Instead Philomena renders it as:
Derpibooru costs over $25 a day to operate - help support us financially!