ex_vec
re-creating rust's `vec!` macro in elixir (by hailelagi)
rspec-core
RSpec runner and formatters (by rspec)

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
ex_vec | rspec-core | |
---|---|---|
1 | 6 | |
0 | 1,233 | |
- | - | |
10.0 | 8.6 | |
about 1 year ago | 3 months ago | |
Elixir | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ex_vec
Posts with mentions or reviews of ex_vec.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-17.
-
It's legos all the way down
You can find the full source for this example here, please let me know if you have a comment, found a bug or typo. Thanks for reading!
rspec-core
Posts with mentions or reviews of rspec-core.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-30.
-
Metaprogramming in Ruby: Advanced Level
That being said, the code and documentation for rspec is generally clear and descriptive, making it a fantastic repository for learning about metaprogramming techniques. In rspec-core/lib/rspec/core/dsl.rb, for example, the implementation is spelled out in code comments.
- Relishapp is down, anyone knows what happened?
-
Anyone have any good Ruby repos that showcase best practices?
Something like that. You almost certainly want to use bundler because it's pretty much the easiest way to add 3rd party libs to your app. (Read more about bundler). Tests aren't an absolute requirement but are a generally considered to be an important part of ruby (and rails) culture. They can be difficult to learn in the beginning, but get easier with practice -- start soon and practice often! (Good rule of thumb: test any public methods of your objects that you define, at a minimum -- a guide. There's also relishapp, which seems to be down at the moment?)
-
It's legos all the way down
Take this small excerpt[9] from rspec-core of the describe public api:
-
When not to use instance variables in RSpec
From what I understand RSpec creates a class per spec (e.g. #) and it stores the instance variables (defined in the before :context DSL) on the RSpec::Core::ExampleGroup class on class level. The RSpec::Core::ExampleGroup is the parent class of the spec classes.
From the RSpec docs
What are some alternatives?
When comparing ex_vec and rspec-core you can also consider the following projects:
Rustler - Safe Rust bridge for creating Erlang NIF functions
rspec-mocks - RSpec's 'test double' framework, with support for stubbing and mocking
factory_bot - A library for setting up Ruby objects as test data.
Devise - Flexible authentication solution for Rails with Warden.
rspec-rails - RSpec for Rails 7+
rspec-expectations - Provides a readable API to express expected outcomes of a code example
Rake - A make-like build utility for Ruby.

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured