Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hanami/hanami

The web, with simplicity.
https://github.com/hanami/hanami

Prevent generate migrations with same name

Avoids generate migrations with same name, instead, if they content is
not identical, will tell ...

18ca143d50548ef2c4c2460706b902a6e15e17f8 authored about 9 years ago by Tadeu Valentt <[email protected]>
Refactors model, migration, mailer, action and app generators

Applies the Generatable role in the generators to remove duplication
and make the code more cons...

a7a05a7d95842669c215034c55123afe3f6c9071 authored about 9 years ago by Tadeu Valentt <[email protected]>
Add destroy command for actions, models, migrations and mailers

Add destroy command to allow remove generated files and settings from
action, model, migrate and...

d776d7bb35a9d81660d9ce8e2365c8e86f17217a authored about 9 years ago by Tadeu Valentt <[email protected]>
Merge pull request #363 from lucasallan/master

Loads Gemfile when running lotus server.

2b495889117240a7399c377aa60fe5caeca0b09b authored about 9 years ago by Trung Lê <[email protected]>
Merge pull request #346 from caius/generate-nested-actions

Generate nested actions correctly

5a2e4e90db49148fc9baba1c67767973926d49f7 authored about 9 years ago by Trung Lê <[email protected]>
Split generate action param on route separator

Previously splitting on both `/` and `#` meant that "admin/books#index" was generating `admin#bo...

5b15dcd7c88c97210d405e89e12ad9ba5d132c93 authored about 9 years ago by Caius Durling <[email protected]>
Add test for generating nested controller action

Currently this is generating `admin/books#index` to `admin::books/index.rb`, instead of `admin/b...

3d492957ab62f0d64c2dcc927234f268d92272e3 authored about 9 years ago by Caius Durling <[email protected]>
Merge pull request #365 from jasoncharnes/model_name_validation

Merge assert_model_have_valid_name! into assert_model_name

080de54e56dd2b4b924780105baf610609262421 authored about 9 years ago by Trung Lê <[email protected]>
Merge assert_model_have_valid_name! into assert_model_name

c29cdefb417b71789c7003bcc744b21c60d9db4b authored about 9 years ago by Jason Charnes <[email protected]>
Loads Gemfile when running lotus server.

f977529fa6320c00958068eb086b695062c1fcea authored about 9 years ago by Lucas Allan Amorim <[email protected]>
Depend on lotus-utils ~> 0.6

bc874aaabd751a1bfaf23c3a51233528de2d1eff authored over 9 years ago by Luca Guidi <[email protected]>
Merge pull request #360 from t4deu/add-alias-to-generators

Add database and architecture aliases to `lotus new` command

15541e0e569f82e559cefdd8dfc7610bc3b23816 authored over 9 years ago by Trung Lê <[email protected]>
Merge pull request #361 from t4deu/fix-app-generator

Fixes the wrong specs path when generating app

4d1c29f6b8531cb5a1c7deabf186dded79bb3180 authored over 9 years ago by Trung Lê <[email protected]>
Merge pull request #362 from t4deu/refact-generators-tests

Refactor the tests of commands "new" and "action"

d26386014339b65ebb2664c0b256c4639ba68680 authored over 9 years ago by Trung Lê <[email protected]>
Refactor the tests of commands "new" and "action"

Removes code duplication and apply file assertions.

46bc428370be01c2c44d024caf40ee995eecd463 authored over 9 years ago by Tadeu Valentt <[email protected]>
Fixes the wrong specs path when generating app

The path was hardcoded to `spec/admin/`.
The tests were updated to prevent this from happening a...

b41aa8d9984f53dccaea2aaa4f3a048db49b0c98 authored over 9 years ago by Tadeu Valentt <[email protected]>
Add database and architecture aliases to `lotus new` command

4403ab22b72ac350b9bc0cadd0e675990b938f2a authored over 9 years ago by Tadeu Valentt <[email protected]>
Merge pull request #359 from t4deu/init-git-new-app

Initializes the git repository when generating application

0b265c75d00291b2adf8b9049c8adbe885646e6e authored over 9 years ago by Trung Lê <[email protected]>
Merge pull request #358 from t4deu/fix-uninitialized-constant-error

Fix the error uninitialized constant Lotus::VERSION of app generator

ef5a9f428b2e0418bcdbc5ec620f3b024af1613c authored over 9 years ago by Trung Lê <[email protected]>
Initializes the git repository when generating application

Fix the conditional and update tests to prevent this from happening
again.

d8592067ad769fc8fcffd7df584cc964c3950fd5 authored over 9 years ago by Tadeu Valentt <[email protected]>
Fix the error uninitialized constant Lotus::VERSION of app generator

The error happens when generating a new app, because the
lotus::VERSION is referenced by the gen...

0074e825a9f02e620882f1644d5dee652b11f0ae authored over 9 years ago by Tadeu Valentt <[email protected]>
Merge pull request #355 from lucasallan/bundler

Adds Bundler as a runtime dependency

9bda03cf7b0ab3c83d80629c702a837998ee2af1 authored over 9 years ago by Trung Lê <[email protected]>
Adds Bundler as a runtime dependency

dfbc0c4cc29474f3f86bdb44206829bd2f170d61 authored over 9 years ago by Lucas Allan Amorim <[email protected]>
Merge pull request #352 from joneslee85/clean-up

Add more code documentation

ff7002eab9caa8430358059db51b1ebeb8d8b48e authored over 9 years ago by Trung Lê <[email protected]>
Merge pull request #354 from joneslee85/refactor-generate-test

Test CLI Model generator initialiser message

32570addd0837876403b9bdd37233dc56befa34f authored over 9 years ago by Trung Lê <[email protected]>
Fix test

49e39ad45c8e59adfd478d04f3831cf4767234b0 authored over 9 years ago by Trung Lê <[email protected]>
Merge branch 'master' of github.com:lotus/lotus into clean-up

05113af620a705ca276f1bef00d9e00271133a01 authored over 9 years ago by Trung Lê <[email protected]>
Merge branch 'master' of github.com:lotus/lotus into refactor-generate-test

a8c994510190c58d1cdf2a974f35a410bff47292 authored over 9 years ago by Trung Lê <[email protected]>
Test CLI Model generator initialiser message

284b4206d34bffd86418223cc9ba2dbac3d684d7 authored over 9 years ago by Trung Lê <[email protected]>
Merge pull request #353 from jasoncharnes/model_name_validation

Adds validation for model name

2bee8b9cabdb9fb3866b3382fc2a785ea809cb16 authored over 9 years ago by Trung Lê <[email protected]>
Adds test for error message, adds more descriptions

cd04aa54211a216f5230e5585249502b0472af0c authored over 9 years ago by Jason Charnes <[email protected]>
Adds validation for model name

d7e792d4c2d9915c76d062ad28f7cfe67fb0abdb authored over 9 years ago by Jason Charnes <[email protected]>
Add more code documentation

a52662fa5860b1fa8f03ff3b711d6782bbb2bd45 authored over 9 years ago by Trung Lê <[email protected]>
Merge pull request #324 from pascalbetz/issue-297

Refactor the CLI for better maintainability

554cb33334788c555fb2dc0a3f915d39161bdf10 authored over 9 years ago by Trung Lê <[email protected]>
Refactor the CLI for better maintainability

The current implementation reached its limits, adding new features, switches, options was painfu...

d9ca958bfeeec98893d478b802ce80a141f168ea authored over 9 years ago by Tadeu Valentt <[email protected]>
Merge pull request #349 from joneslee85/create-mailer-templates-skeleton

Generate lib/app_name/mailers/templates on app creation

6a9104b3194a142bc9db33e71f82cf3358d4eae9 authored over 9 years ago by Trung Lê <[email protected]>
Generate lib/app_name/mailers/templates on app creation

9b1905e4dc4ff299dd07d1bdfeaca730ce09f775 authored over 9 years ago by Trung Lê <[email protected]>
[ci skip] CHANGELOG

b6624a6330aadee42a675b6580e308edc82af70b authored over 9 years ago by Luca Guidi <[email protected]>
Make lotus-mailer a runtime dependency. New cleanup for #338

fc4e48098b0ebf7bc9d1165562a406d8a1d0054d authored over 9 years ago by Luca Guidi <[email protected]>
Cleanup for #338

7b5738cd00b9af73cea2049adbe64d1fda704faa authored over 9 years ago by Luca Guidi <[email protected]>
Merge branch 'DEIGirls-master'

a812c31e1734bcb5e4eb3c370b40347680379d21 authored over 9 years ago by Luca Guidi <[email protected]>
Added to, from and subject cli options.

Some changes made to configuration to accomodate for the changes in Mailer.

1eea0a649a57ff5ebb5f856053494d758caccbc1 authored over 9 years ago by rosafaria <[email protected]>
Removed CoffeeShop test

580e41005bc580683723419bac2fdf04c0eeac3b authored over 9 years ago by rosafaria <[email protected]>
Removed usage of `Lotus::Mailer.duplicate` method

5f6ee79e9e1d59d28412a3ba61bcaa8cfef38185 authored over 9 years ago by rosafaria <[email protected]>
Mailer generator. No --skip option.

763edff28c476caa9bc6f9f276e8a9ae83b7e7bf authored over 9 years ago by rosafaria <[email protected]>
Corrected mailer branch name in gemfile

e480eb2a6cc04a1273bafda449f8a99a0d7802cd authored over 9 years ago by rosafaria <[email protected]>
gem inclusion corrected. Still missing generator

4abb6a273c2b6e793df88580ffa34ce2ca4571f6 authored over 9 years ago by rosafaria <[email protected]>
Changes regarding PR comments

893df46ba224d98d21f2c4111b27132d2352ca16 authored over 9 years ago by rosafaria <[email protected]>
Added integration tests for the mailer gem

603f672f6752066db3a74e4c2e3b49fb05f2f2e9 authored over 9 years ago by rosafaria <[email protected]>
Integrate mailer gem.

98041d6339d3ed2f73a35991ce318fe8450f6b4c authored over 9 years ago by Ines <[email protected]>
Integration with mailer gem

95aba85f9b2402fce9ec0a1b09d7bd4853461cc1 authored over 9 years ago by rosafaria <[email protected]>
Prepare for v0.5.0

60f3833282b915f391c1a20ce28a204cf6af2f68 authored over 9 years ago by Luca Guidi <[email protected]>
Bumped dependencies

86be78f638d426e8fa9450e482e615d6f2c99789 authored over 9 years ago by Luca Guidi <[email protected]>
Cleanup per #341

1d93fb494faee0a74e101ea70075391ca0973bbb authored over 9 years ago by Luca Guidi <[email protected]>
Merge branch 'theocodes-response-format-improvements'

5d0c8b4877d23a28f2057b01797fb8d6bd6d8e91 authored over 9 years ago by Luca Guidi <[email protected]>
Merge branch 'response-format-improvements' of https://github.com/theocodes/lotus into theocodes-response-format-improvements

e2bc9189f13c30653325fe082296b86594c57ecd authored over 9 years ago by Luca Guidi <[email protected]>
Removed no longer needed Lotus::Config::Assets#entries. Ref #342

5af0186f4d63d68972872522c58902a6ca521fdc authored over 9 years ago by Luca Guidi <[email protected]>
Merge pull request #343 from simi/patch-1

Remove debugging leftover from assets.rb.

33b979e0c89076a9419f7503ff9acd23682ee4d9 authored over 9 years ago by Trung Lê <[email protected]>
Remove debugging leftover from assets.rb.

364bc940e22db94476b839b5ab6e62a2defa5644 authored over 9 years ago by Josef Šimánek <[email protected]>
Merge pull request #342 from lotus/merge-assets-sources

Merge assets sources

24129ffb07c8adfe1ecc34e30cef29f430db7385 authored over 9 years ago by Luca Guidi <[email protected]>
Merge assets sources

2793d41ca055c3854d8bc89a62a85f06ac3756cc authored over 9 years ago by Luca Guidi <[email protected]>
updated since tag

cc779b476e7cd3ef97edf1d77ebd88786017f19b authored over 9 years ago by Thiago Felippe <[email protected]>
Merge pull request #336 from SleeplessByte/font-src-csp

Default value 'self' for font-src CSP

7c8c75fda8047aa1f4278f8d61f83e468d650d79 authored over 9 years ago by Luca Guidi <[email protected]>
Include csp value `font-src: self` by default

4ad6febcc8cb3bf2a750ae9e5ce02d5c2d7dc2d2 authored over 9 years ago by Derk-Jan Karrenbeld <[email protected]>
introduces request and response format

and deprecates default_format

8a97bf79d4b9b44d3cad50067d51030b397546ae authored over 9 years ago by Thiago Felippe <[email protected]>
Merge pull request #331 from brennovich/always-use-mysql2-adapter

Generate new apps using mysql2 for mysql db

862581992829bee54bd15ff6d65cf9a8afd6e51d authored over 9 years ago by Trung Lê <[email protected]>
Generate new apps using mysql2 for mysql db

Ref. https://github.com/lotus/model/pull/235

c7b56d57eadc0654c7bd3c0ea75fc466f3e53d5c authored over 9 years ago by Brenno Costa <[email protected]>
Merge pull request #327 from rpanachi/master

Add logger option on Lotus configuration

f7d76c295c300eefd944bf25e2879417e6aa63e6 authored over 9 years ago by Trung Lê <[email protected]>
Refactoring test for loader logger

c442ed5140a8e0b742b15c74ef4305f6435a3683 authored over 9 years ago by Rodrigo Panachi <[email protected]>
Improving documentation and tests for configuration logger

0dc850333826a44a0001006f13176618e50ed736 authored over 9 years ago by Rodrigo Panachi <[email protected]>
Adding specs for logger configuration option

6826351addf1f5eb58b94ed97e0fe2a7ef6b20e7 authored over 9 years ago by Rodrigo Panachi <[email protected]>
Configuration option to get/set application_module logger

9bdec0efa4d60592a290cd77031bbd038748b424 authored over 9 years ago by Rodrigo Panachi <[email protected]>
Merge pull request #325 from brennovich/refactor-generators-database-config

Refactor generators database config

afcdccb3fdf16d771299ad08ea30aa7ad3a2ec7e authored over 9 years ago by Trung Lê <[email protected]>
Refator database configuration for generators

- Extract common behaviour between generators (app, container)
- Add unit specs covering databas...

0dd955929d9d0f3d49ccc2f38ecfdbf48ef1c2e7 authored over 9 years ago by Brenno Costa <[email protected]>
Merge pull request #323 from vyper/patch-1

Add ruby version 2.1.7 & 2.2.3 in .travis.yml

e23cb3cc13f77e716db796702124287e05675684 authored over 9 years ago by Trung Lê <[email protected]>
Add ruby version 2.1.7 & 2.2.3 in .travis.yml

b237e479a32c4acf048148f60f7b7845072fabc7 authored over 9 years ago by Leonardo Saraiva <[email protected]>
Merge pull request #322 from brennovich/fix-commands-new-test

Enhance commands#new_test spec

8c209a07a0de8a14c1a2e951dcaddcfb116565fa authored over 9 years ago by Trung Lê <[email protected]>
Fix commands#new_test

Be more flexible with assertions, a test depending on how many spaces
are between gem and versio...

b2de0f34e25bcdbf0392586a76d0cb5a36465d86 authored over 9 years ago by Brenno Costa <[email protected]>
Merge pull request #321 from gfvcastro/remove-spaces

Misc refactoring

* Remove empty spaces
* Upcase doctype

40e0ac1b48f2795bb7cd245bedbcb4754d835e20 authored over 9 years ago by Trung Lê <[email protected]>
Small code improvement.

359b8e94c1fde8d36790b28c153b0fae9e6216c8 authored over 9 years ago by Gustavo Villa <[email protected]>
Merge pull request #317 from huynhquancam/clone_environment_arguments

Clone environment arguments before initiation

3a24e75b5afc9877a9d2c44029eba2e7f13dc94b authored over 9 years ago by Trung Lê <[email protected]>
Clone environment arguments before initiation

- Fix issue #313

979916b9ec31d8b672c163ecdcd3ccecbb8c3948 authored over 9 years ago by Jack Huang <[email protected]>
Merge pull request #315 from joneslee85/improve-test

Fix test

199694393fedaaa300ce5d2c4f30430b46c39c09 authored over 9 years ago by Trung Lê <[email protected]>
Fix tests

The Backend::Application and Frontend::Application is no-where
to be found in test/fixtures.rb. ...

e08392464491e765f754f83a045319e85bfb3063 authored over 9 years ago by Trung Lê <[email protected]>
Merge pull request #310 from pascalbetz/issue-308

Allow action generator to specify HTTP verbs

Resolves #308

4bd1bfd8d6fb8a640680e4c6070595c35b1ac384 authored over 9 years ago by Trung Lê <[email protected]>
Use Lotus::Routing::Route::VALID_HTTP_VERBS

a6626cecae93eda49c06d1edf9b3dfd7cfce4075 authored over 9 years ago by Pascal Betz <[email protected]>
+ Support for different HTTP methods.

* Added `method` option for action generator
* Added tests

7e26ea3b4dbc18cd0e51c773034aca573d4f726e authored over 9 years ago by Pascal Betz <[email protected]>
Merge pull request #305 from andrii/disable-welcome-page-in-test

Disable welcome page in the test environment

2772949544886045b2a68649fa3e39fef75db30e authored over 9 years ago by Trung Lê <[email protected]>
Disable welcome page in the test environment

The first high-level feature test should not fail because the text
cannot be found on the welcom...

3876fed7cf391a054677f1785ab1b734c0bb799a authored over 9 years ago by Andrii Ponomarov <[email protected]>
Merge pull request #306 from andrii/typo-fix

[ci skip] Fix typo

adc5354f478779ac5abe0924f99b569458c97abd authored over 9 years ago by Trung Lê <[email protected]>
[ci skip] Fix typo

370cd2d132e7181f313e35d7267fca155c916636 authored over 9 years ago by Andrii Ponomarov <[email protected]>
Merge pull request #294 from benlovell/rspec-idioms

Some RSpec idioms

ae0db8fbbc034288ae939b031e815c0c21d0f02c authored over 9 years ago by Trung Lê <[email protected]>
Quotes strings consistently

a3821fde151409d46e1fe27ad32b59203307f130 authored over 9 years ago by Ben Lovell <[email protected]>
Use implicit `described_class`

88c4ffba605c288668555ada5f135a1dc0744c7c authored over 9 years ago by Ben Lovell <[email protected]>
Removes redundant `spec_helper` requires

The `spec_helper` is required by `.rspec`.

d7cdedceac3c8bedf1544b41303c0a2771472b45 authored over 9 years ago by Ben Lovell <[email protected]>
[ci skip] API doc fixes

633bcb3199bd75f5a806e4c2c6c9b3fc5af3bc0e authored over 9 years ago by Luca Guidi <[email protected]>
[ci skip] CHANGELOG & FEATURES

9b063e305af47e9e2dc1f10d1e519c93684e69b5 authored over 9 years ago by Luca Guidi <[email protected]>
Merge pull request #302 from lotus/fix-app-middleware-order

When add a middleware prepend it

d86bf427f074b9f2c773c4fa947159fdbdfa329c authored over 9 years ago by Luca Guidi <[email protected]>
When add a middleware prepend it

cb5f87d8dc0ea51188da8b47f6fdcf2ec17344f3 authored over 9 years ago by Luca Guidi <[email protected]>
Merge pull request #301 from AlfonsoUceda/master

Fixed model generator

e878d49c7c5b34a431782871c06bbdaab8c5499a authored over 9 years ago by Luca Guidi <[email protected]>