forked from shageman/cbra.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (109 loc) · 8.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>cbra.info by shageman</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">cbra.info</h1>
<p class="header">Compont-Based Rails Application Resources</p>
<ul>
<li class="download"><a class="buttons" href="https://github.com/shageman/cbra.info/zipball/master">Download ZIP</a></li>
<li class="download"><a class="buttons" href="https://github.com/shageman/cbra.info/tarball/master">Download TAR</a></li>
<li><a class="buttons github" href="https://github.com/shageman/cbra.info">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/shageman">shageman</a></p>
</header>
<section>
<h1>
<a id="cbrainfo" class="anchor" href="#cbrainfo" aria-hidden="true"><span class="octicon octicon-link"></span></a>cbra.info</h1>
<h2>
<a id="component-base-rails-applications-resources" class="anchor" href="#component-base-rails-applications-resources" aria-hidden="true"><span class="octicon octicon-link"></span></a>Component-Base Rails Applications Resources</h2>
<p>This page is trying to be a comprehensive list of the resources created on the topic of cbra.</p>
<h3>
<a id="sample-apps" class="anchor" href="#sample-apps" aria-hidden="true"><span class="octicon octicon-link"></span></a>Sample apps</h3>
<ul>
<li><a href="https://github.com/shageman/the_next_big_thing">https://github.com/shageman/the_next_big_thing</a></li>
<li>
<a href="https://github.com/shageman/rails_container_and_engines">https://github.com/shageman/rails_container_and_engines</a> (deprecated)</li>
<li><a href="https://github.com/taskrabbit/rails_engines_example">https://github.com/taskrabbit/rails_engines_example</a></li>
</ul>
<h3>
<a id="tools" class="anchor" href="#tools" aria-hidden="true"><span class="octicon octicon-link"></span></a>Tools</h3>
<ul>
<li>
<a href="https://github.com/dugancathal/transdeps">https://github.com/dugancathal/transdeps</a> Gem to find inconsistent dependency versions in cbra apps.</li>
<li>
<a href="https://github.com/shageman/cobratest">https://github.com/shageman/cobratest</a> Gem to run tests in cbra app based on git changes in components</li>
<li>
<a href="https://github.com/shageman/cobradeps">https://github.com/shageman/cobradeps</a> Gem to print dependency graph of cbra app</li>
</ul>
<h3>
<a id="scripts" class="anchor" href="#scripts" aria-hidden="true"><span class="octicon octicon-link"></span></a>Scripts</h3>
<ul>
<li>
<a href="https://gist.github.com/fernandes/f1dd4401ebdfc4754116">https://gist.github.com/fernandes/f1dd4401ebdfc4754116</a> Script to bump the version of a dependency across all components</li>
</ul>
<h3>
<a id="blog-posts" class="anchor" href="#blog-posts" aria-hidden="true"><span class="octicon octicon-link"></span></a>Blog Posts</h3>
<ul>
<li><a href="http://teotti.com/reduce-memory-footprint-requiring-portions-of-your-component-based-rails-applications/">http://teotti.com/reduce-memory-footprint-requiring-portions-of-your-component-based-rails-applications/</a></li>
<li><a href="http://teotti.com/gemfiles-hierarchy-in-ruby-on-rails-component-based-architecture/">http://teotti.com/gemfiles-hierarchy-in-ruby-on-rails-component-based-architecture/</a></li>
<li><a href="http://teotti.com/feature-flagging-portions-of-your-ruby-on-rails-application-with-engines/">http://teotti.com/feature-flagging-portions-of-your-ruby-on-rails-application-with-engines/</a></li>
<li><a href="http://teotti.com/using-plugins-as-components-of-a-large-ruby-on-rails2-application/">http://teotti.com/using-plugins-as-components-of-a-large-ruby-on-rails2-application/</a></li>
<li><a href="http://tech.taskrabbit.com/blog/2014/02/11/rails-4-engines/">http://tech.taskrabbit.com/blog/2014/02/11/rails-4-engines/</a></li>
<li><a href="http://pivotallabs.com/strict-separation-component-based-rails/">http://pivotallabs.com/strict-separation-component-based-rails/</a></li>
<li><a href="http://pivotallabs.com/admin-engines-for-cobra/">http://pivotallabs.com/admin-engines-for-cobra/</a></li>
<li><a href="http://pivotallabs.com/rubymine_6-component-based-architectures/">http://pivotallabs.com/rubymine_6-component-based-architectures/</a></li>
<li><a href="http://pivotallabs.com/rails-autoloading-for-your-gem/">http://pivotallabs.com/rails-autoloading-for-your-gem/</a></li>
<li><a href="http://pivotallabs.com/migrating-from-a-single-rails-app-to-a-suite-of-rails-engines/">http://pivotallabs.com/migrating-from-a-single-rails-app-to-a-suite-of-rails-engines/</a></li>
<li><a href="http://pivotallabs.com/rails-a-container-for-web-application-development-and-deployment/">http://pivotallabs.com/rails-a-container-for-web-application-development-and-deployment/</a></li>
<li><a href="http://pivotallabs.com/unbuilt-rails-dependencies-how-to-design-for-loosely-coupled-highly-cohesive-components-within-a-rails-application/">http://pivotallabs.com/unbuilt-rails-dependencies-how-to-design-for-loosely-coupled-highly-cohesive-components-within-a-rails-application/</a></li>
<li><a href="https://teamgaslight.com/blog/maintainable-and-scalable-systems-with-rails-engines">https://teamgaslight.com/blog/maintainable-and-scalable-systems-with-rails-engines</a></li>
<li><a href="http://pivotallabs.com/writing-rails-engine-rspec-controller-tests/">http://pivotallabs.com/writing-rails-engine-rspec-controller-tests/</a></li>
<li><a href="http://pivotallabs.com/faking-authentication-for-capybara-tests-within-a-rails-engine/">http://pivotallabs.com/faking-authentication-for-capybara-tests-within-a-rails-engine/</a></li>
<li><a href="http://pivotallabs.com/moving-db-tables-between-rails-engines/">http://pivotallabs.com/moving-db-tables-between-rails-engines/</a></li>
<li><a href="http://pivotallabs.com/leave-your-migrations-in-your-rails-engines/">http://pivotallabs.com/leave-your-migrations-in-your-rails-engines/</a></li>
</ul>
<h3>
<a id="talks" class="anchor" href="#talks" aria-hidden="true"><span class="octicon octicon-link"></span></a>Talks</h3>
<ul>
<li><a href="http://www.confreaks.com/videos/3344-railsconf-refactoring-towards-component-based-rails-architectures">http://www.confreaks.com/videos/3344-railsconf-refactoring-towards-component-based-rails-architectures</a></li>
<li><a href="http://www.confreaks.com/videos/2646-rockymountainruby2013-how-i-architected-my-big-rails-app-for-success">http://www.confreaks.com/videos/2646-rockymountainruby2013-how-i-architected-my-big-rails-app-for-success</a></li>
<li><a href="http://www.confreaks.com/videos/2350-mwrc2013-component-based-architectures-in-ruby-and-rails">http://www.confreaks.com/videos/2350-mwrc2013-component-based-architectures-in-ruby-and-rails</a></li>
<li><a href="http://www.confreaks.com/videos/1263-rockymtnruby2012-wrangling-large-rails-codebases">http://www.confreaks.com/videos/1263-rockymtnruby2012-wrangling-large-rails-codebases</a></li>
</ul>
<h3>
<a id="books" class="anchor" href="#books" aria-hidden="true"><span class="octicon octicon-link"></span></a>Books</h3>
<ul>
<li>
<a href="https://leanpub.com/cbra">https://leanpub.com/cbra</a> Work in progress book on cbra by <a href="https://github.com/shageman" class="user-mention">@shageman</a> (source code: <a href="https://github.com/shageman/cbra_book_code">https://github.com/shageman/cbra_book_code</a>)</li>
</ul>
</section>
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-48790573-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>