Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
paulcsmith
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
paulcsmith
6y ago
Right now I'd say we need to make it easier to work with nested params so you can easily save Parent + (n) children. Easier handling of uploaded files is another big one. It's being actively worked on right now. There are a few mo
2.
▲
by
paulcsmith
6y ago
Hello! I'm the creator of the Lucky web framework https://luckyframework.org . I've been building it for about 3 years and we've got a number of people using it in production. It still lacks some features found in
3.
▲
by
paulcsmith
6y ago
author of Lucky here. Would love to hear what you don't like about Lucky's ORM (Avram). It is not quite as feature complete as ActiveRecord, but in some ways it has more features (like being able to do more advanced queries in Cr
4.
▲
by
paulcsmith
7y ago
Totally agree. If this happened post 1.0 I’d be concerned. But pre 1.0 this is what I’d expect and want. Polish things up because afterward you can’t!
5.
▲
by
paulcsmith
7y ago
This looks awesome! What backend framework are you using? I'm the author Lucky and was wondering if you happened to use it on the backend since you are using Crystal
6.
▲
by
paulcsmith
7y ago
I'm Paul, the creator of Lucky. If you have any questions or feedback let me know. Always happy to help. If you want to chat about Lucky feel free to hop on https://gitter.im/luckyframework/Lobby
7.
▲
Lucky 0.17 released. Multi db support, polymorphic associations, and lots more
(luckyframework.org)
1 points
by
paulcsmith
7y ago
|
1 comments
8.
▲
Lucky 0.13 is out with tons of new enhancements
(twitter.com)
1 points
by
paulcsmith
8y ago
|
0 comments
9.
▲
by
paulcsmith
8y ago
Author of Lucky here. The title may have been a bit misleading. Lucky is not Ruby on Rails for Crystal. It has a different take on nearly everything in Rails, but it aims to solve the same problems: make web development fun and productive.
10.
▲
by
paulcsmith
8y ago
I agree. I've been using Rails for 12 years and it is my second favorite framework :) Lucky and Crystal are missing the ecosystem, which the article mentions, but it also adds a lot that Rails is missing. Lucky is much much faster and
11.
▲
by
paulcsmith
8y ago
I do not think Lucky is Ruby on Rails for Crystal. There are new patterns for just about everything. Routing is different, querying is different, views are very different. It is Rails-like in the sense that it is aimed at productivity and
12.
▲
Ruby on Rails to Lucky on Crystal: Blazing fast, fewer bugs, and even more fun
(hackernoon.com)
5 points
by
paulcsmith
8y ago
|
0 comments
13.
▲
by
paulcsmith
8y ago
I'm glad you were pleasantly surprised. Feel free to hop on https://gitter.im/luckyframework/Lobby if you have any questions or comments!
14.
▲
by
paulcsmith
8y ago
You can use Lucky without a database, but if you use one, Postgres is the only support database. You don't need node or yarn if you are using API mode. You can generate an API only app with `lucky init <app-name> --api` The proce
15.
▲
by
paulcsmith
8y ago
https://luckyframework.org
16.
▲
by
paulcsmith
8y ago
I've played around with a number of languages and settled on Crystal because: * Speed * Pleasant to use type system * Doesn't get in my way * Catches lots of bugs * Fun! I wrote http://luckyframework.org/ to write
17.
▲
New in Lucky: Browser Tests with LuckyFlow,and Built-In Auth with Authentic
(robots.thoughtbot.com)
1 points
by
paulcsmith
8y ago
|
0 comments
18.
▲
by
paulcsmith
9y ago
Hey HN! I'm Paul Smith, the creator of Lucky. I created Lucky because I wanted a framework that was fast, fun, productive, and caught lots of bugs that I would normally miss. I'm happy to answer any question you have!
19.
▲
Lucky with Crystal – Fewer Bugs, Better Performance, Incredible Productivity
(crystal-lang.org)
8 points
by
paulcsmith
9y ago
|
1 comments
20.
▲
by
paulcsmith
9y ago
Hi HN, Lucky is a web framework written in Crystal that helps you build web apps quickly, catches bugs for you, and runs incredibly fast. This article explains how actions and routes are built to catch as many bugs as possible and help make
21.
▲
Designing Lucky: Rock Solid Actions and Routing
(robots.thoughtbot.com)
1 points
by
paulcsmith
9y ago
|
1 comments
22.
▲
Lucky Is Getting Bigger and Better: Announcing v0.6
(robots.thoughtbot.com)
3 points
by
paulcsmith
9y ago
|
0 comments
23.
▲
by
paulcsmith
9y ago
Can you explain a bit more what you mean? What advantages do "Python variety" lists give you over what Elixir does with lists and tuples?
24.
▲
by
paulcsmith
9y ago
This totally makes sense. I think the disadvantage is that this is done at runtime, but assuming you have a test that hits it, it would catch the bug. My colleagues wrote a library that does something like this. You may want to check it out
25.
▲
by
paulcsmith
9y ago
And for a Ruby/Elixir/dynamic lang programmer just catching `nil` is actually a pretty big win, even without the custom type. I will go more into depth about leveraging the type system with Lucky for even better data modeling in o
26.
▲
by
paulcsmith
9y ago
TL;DR I totally agree. This can be done with Crystal and Lucky but I wanted to keep the example simple. I totally agree with your sentiment and you have a lot of great points. This post was not meant to get too deep into things right off th
27.
▲
by
paulcsmith
9y ago
I've been working on https://luckyframework.org and I can say that meta programming is extremely powerful and much easier for me to use than either Ruby or Elixir. You can see a bit of what the macro system enables here: h
28.
▲
Lucky, an experimental new web framework by thoughtbot
(robots.thoughtbot.com)
1 points
by
paulcsmith
9y ago
|
0 comments
29.
▲
Build and test a blazing fast JSON API with Phoenix, an Elixir framework
(robots.thoughtbot.com)
19 points
by
paulcsmith
12y ago
|
0 comments
30.
▲
What Not to Ask
(robots.thoughtbot.com)
2 points
by
paulcsmith
12y ago
|
0 comments
More ›