Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New project structure using Rails #25

Merged
merged 21 commits into from
Jul 28, 2020
Merged

New project structure using Rails #25

merged 21 commits into from
Jul 28, 2020

Conversation

sgdiaz0488
Copy link
Contributor

What does this PR do?

  • Adds the new project structure using Rails

@sgdiaz0488 sgdiaz0488 requested a review from kurenn July 1, 2020 16:04
sgdiaz0488 and others added 2 commits July 1, 2020 11:26
* Model ZipCode

* Add model State

* Add model Municipality

* Add model City

* Add AddUnaccentExtension

* Generating migrations

* Adding models
sgdiaz0488 and others added 18 commits July 3, 2020 14:53
* Updating to Rails 6.0.3.2

* Add models (#26)

* Model ZipCode

* Add model State

* Add model Municipality

* Add model City

* Add AddUnaccentExtension

* Generating migrations

* Adding models

* Adding sepomex_db

* Adding gem csv

* Filling db

* Updating git

* Improving seed

* Ignoring log folder and content

* Updating gitignore

* Improve functions

* Replacing create with find_or_create_by
* Add controller ZipCode

* Adding controller of State and Municipality

* Adding controller City

* Adding method minicipalities for states

* Adding Zip_codes methods

* Fixing typo

* Solving PR issues
* Adding gem pagy, pager_api,active_model_serializers

* Adding pagination
* Adding gem rspec

* Ammend commit

* Adding specs of request

* Adding gems for testing

* Config env for testing

* Adding factories

* Improving models

* Adding specs for models

* Removing test log from git
* Refactors the cities resources with specs

* Refactors the municipalities resources with specs

* Refactors the states resources with specs

* Refactors the zip codes resources with specs

* Refactors city requests specs

* Renames resources on routes
* Updating readme

* updates url resources on README

Co-authored-by: Abraham Kuri <kurenn@icalialabs.com>
* Adding search

* Updating README

* Use symbols instead of strings for search params

Co-authored-by: Abraham Kuri <kurenn@icalialabs.com>
* Adding test zip_code

* Updating Specs

* Fixing specs

* Refactoring zip_code test

* Adding Helper

* Replace cp with postcode and remove ZipCode.last
* Updating the routes and using namespaces

* Updating routes tests

* Updating README
@kurenn kurenn merged commit 3100da1 into master Jul 28, 2020
@kurenn kurenn deleted the feature/sepomex-rails branch July 28, 2020 21:32
@kurenn kurenn mentioned this pull request Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants