Commit Graph

105 Commits

Author SHA1 Message Date
OKURA Masafumi
e43c1fdb58
Change url of fast-jsonapi to forked version
Now the forked version of fast-jsonapi is developed actively and the Netflix version is not active,
it's better to guide readers to the fork.
2020-05-19 02:02:15 +09:00
Philip Q Nguyen
95afb46104
Add Blueprinter to alternatives in readme
Blueprinter is a simple, fast, and declarative serialization gem. It uses composable views to reduce duplication. I think it's a good alternative that should be on this readme.
2018-08-20 09:33:37 -07:00
Dan Gebhardt
25c37a1926
Add jsonapi-resources to the list of alternatives 2018-08-15 14:23:33 -04:00
Jacobo Blasco
0daf6a6872
Fix link in README.md 2018-02-02 13:36:15 -05:00
Diogo Ferreira
337fd0d9ba
Update ReadMe with Netflix fast_jsonapi alternative 2018-02-01 11:26:54 +00:00
Vasiliy
8a4441f626
add missed td tag for empty column 2017-12-22 15:52:19 +05:00
L. Preston Sego III
e8f3ec8ab7 mention jsonapi-rb for people specifically looking for jsonapi serialization (#2195)
Clean up readme and add alternatives section
2017-09-20 12:23:24 -05:00
Stefan Wrobel
d961db705d Fix 0.10.6 Guides link 2017-07-04 17:54:40 -07:00
Benjamin Fleischer
8a4f94181e Better describe current status 2017-05-11 13:15:02 -05:00
Benjamin Fleischer
0ef6ac30fc Clear out master 2017-05-02 09:57:09 -05:00
Benjamin Fleischer
dff621e174 Bump to v0.10.6 2017-05-01 10:59:14 -05:00
Tony Ta
c6291b3c91
points to correct latest version 2017-04-18 11:44:24 -07:00
Benjamin Fleischer
655c721d0d Bump to v0.10.4
Conflicts:
	CHANGELOG.md
2017-01-06 16:23:54 -06:00
Bernardo Farah
0976bdc4d0 Link to 0.10.3 tag instead of master branch
It may be less confusing for new users if the docs link them to the current stable release. It could reduce issues like [this one](https://github.com/rails-api/active_model_serializers/issues/1988)
2016-12-14 11:37:18 -08:00
Benjamin Fleischer
15a8f2c1eb Promote important architecture description that answers a lot of questions we get 2016-12-04 15:26:44 -06:00
Benjamin Fleischer
772b7999c5 Better AMS Model attributes interface 2016-11-21 09:14:26 -06:00
jgrau
4501540b42 Add semver section to readme 2016-08-31 22:53:07 +02:00
Joseph Magen
d4b1e4e924 Fix broken link on README to docs for v0.10.x 2016-08-18 17:28:56 +03:00
Ryunosuke Sato
4f085441bd Update README to write how to configure adapter (#1758) 2016-05-30 15:43:00 -04:00
Kris Leech
e30039a49b Encourage pinning of pre-1.0.0 release [skip ci] 2016-05-19 09:25:55 +01:00
Benjamin Fleischer
fde4f6776d Update README/CHANGELOG 2016-05-18 10:23:10 -05:00
Ben Mills
b75db81ca4
Update README. 0.10 is no longer RC 2016-05-17 13:13:53 -06:00
Ben Mills
b6d4ec03de
Bump to v0.10.0 2016-05-17 12:49:37 -06:00
Stefan Wrobel
f3acf4e7a2 Correct Adapter & SerializableResource examples 2016-04-13 14:08:12 -07:00
Benjamin Fleischer
e580487de3 Bump to v0.10.0.rc5 🎂 2016-04-04 16:50:31 -05:00
Benjamin Fleischer
bcd38b1e58 Issue stats don't actually update anymore 2016-03-12 20:07:34 -06:00
L. Preston Sego III
08d3160ded Organize the badges
styling updates

remove styles, as github doesn't allow them
2016-03-08 13:17:46 -05:00
Tomasz Korzeniowski
eac5622873 codebeat badge
Is it fine to add codebeat badge to README? 

codebeat is automated code review tool for Swift, Ruby & Go that helps get instant feedback on code quality. 

"Quick wins" suggested by codebeat could be a nice candidate for a pull request and help other developers become contributors.

FYI. To be fully open and honest. I'm co-founder of codebeat.
2016-03-02 11:12:52 +01:00
Benjamin Fleischer
25c9df0b97 Merge branch 'master' into domitian-move-namespace-of-adapter-to-active-model-serializers
Conflicts:
	CHANGELOG.md
	lib/active_model/serializer/adapter/attributes.rb
	lib/active_model/serializer/adapter/cached_serializer.rb
	lib/active_model/serializer/adapter/fragment_cache.rb
	lib/active_model/serializer/adapter/json_api.rb
	lib/active_model/serializer/adapter/json_api/link.rb
	test/adapter/fragment_cache_test.rb
	test/adapter/json_api/links_test.rb
	test/adapter/json_api/resource_type_config_test.rb
2016-02-23 23:21:49 -06:00
bobba surendranath chowdary
252f9c4ae9 Moved the adapter and adapter folder to active_model_serializers folder and changed the module namespace
Changed the namespace in adapters and folder to active_model_serializers from active_model::serializer

Changed namespace of adapters in serializers and other folders

Moved adapter_for_test file to active_model_serializers folder and changed namespace of adapter inside the test file

Require ActiveSupport's string/inflections

We depend on string/inflections to define String#underscore.

Refactor JsonApi adapter to avoid redundant computations.

Update readme.md to link to v0.10.0.rc4

changed namespace of adapter folder testcases

Changed all namespaces of adapter under active_moder_serializers

Namespaced IncludeTree which is from serializer module, so needed to namespace it properly

Fixed wrong namsepacing of fieldset

namespace change in deserializer json_api

Fixed the namespace for collection serializer when used inside adapter, changed namespace for adapter to new namespace which I had forgotten previously

Modified logging test and adapter test cases to make the testcases pass

Changed the yardoc links,as old links are not taking to documentation pages,proper links for 0.10,0.9 and 0.8 in rubydoc

Rubocop errors are fixed by underscore naming unused variables

Moved the require of adapter to serializable resource

Remoeved adapter dependency inside serializer and added warning to Serializer::adapter method

Fixed frament cache test which is calling Serializer.adapter

Changed the name of lookup_adapter_from_config to configured_adapter

Changed the docs which will show the new namespace of adapters

Rubocop fix
2016-02-23 21:49:58 -06:00
Benjamin Fleischer
fb48bced5e Merge branch 'add-issue-stats' 2016-02-09 22:47:40 -06:00
Scott Kobewka
a86227d4ee Update readme.md to link to v0.10.0.rc4 2016-02-02 16:24:34 -05:00
Dave Riddle
40553258af updates Readme to reflect AMS is no longer included by default in Rails 5 2016-01-22 23:18:15 -08:00
Benjamin Fleischer
9030c2b065 Add link to slack per discussion with duduribeiro [ci skip] 2015-12-15 22:06:13 -06:00
Benjamin Fleischer
ce17a1b305 [DOCS] Refactor, update, create documentation [ci skip] 2015-12-14 14:38:29 -06:00
Benjamin Fleischer
d1c44c719d Update for review per maurogeorge feedback 2015-11-19 12:41:51 -06:00
Benjamin Fleischer
8e1245a5b2 Merge pull request #1251 from bf4/collection_serializer
Rename ArraySerializer to CollectionSerializer for clarity
2015-10-22 10:29:02 -05:00
Benjamin Fleischer
2c8b9b796d Rename ArraySerializer to CollectionSerializer for clarity 2015-10-21 16:53:26 -05:00
João Moura
73cb9f7a1f Merge pull request #1259 from rails-api/creating_an_issue
Add more info to CONTRIBUTING
2015-10-21 16:02:11 -05:00
Benjamin Fleischer
8c52c36ae1 Edit per beauby [ci skip] 2015-10-15 23:39:21 -05:00
Benjamin Fleischer
124faaa829 Add PORO serializable base class: ActiveModelSerializers::Model 2015-10-14 21:33:02 -05:00
Hudson
b3b3fdc7a4 Improve documentation: fixed typos on Readme and added dollar sign at Contributing [ci skip] 2015-10-14 13:45:10 -03:00
Benjamin Fleischer
12f20ea2b8 Note docs are for master 2015-10-08 14:00:30 -05:00
Mauro George
b1dabbb16a Add link to docs on README
[ci skip]
2015-10-08 13:47:06 -05:00
Islam Wazery
4db2b8c8cf Fix a typo 2015-10-05 01:59:36 +02:00
Liam Bowen
a32ad4331f Add documentation about wildcard includes
Resolves #1200
2015-10-01 18:46:49 +00:00
Benjamin Fleischer
c6f8d0f5f2 Rename FlattenJson to Attributes (allow plural adapter names) 2015-09-18 10:17:02 -05:00
Benjamin Fleischer
0091be89f8 Consistently refer to the 'JSON API' and the 'JsonApi' adapter 2015-09-17 15:22:28 -05:00
João Moura
47a846d2d5 Fixing the travis build svg to amster 2015-09-16 12:40:53 -03:00
Matt Mueller
6395f69541 Update README with nested included association example. 2015-09-14 13:35:29 -04:00