orbit-rb 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a93dcc69c57194262bc7554ea04e4c9a38ab2f25
4
+ data.tar.gz: 4a477207a30d666dbd6bf3e21cb98b1d00c308b4
5
+ SHA512:
6
+ metadata.gz: 1612cf2f1a5a223350c57a07d5a3cca75f1db11f4e8d26cdb9d16f89febe5f8d642060bc8c5d69e51394685a1042a215ea59a91467448ec1508d0a0cc7edb5cb
7
+ data.tar.gz: 13a616b9e0712232c944d2df5abb2c3992583b375c0b10a245677e6e3d86ec6af32fee50c59c06db0a58b3f7b58d7ab755b667fe2649445f513ac209bf227a71
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.log
11
+ *.example
12
+ *.gem
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.3
4
+ before_install: gem install bundler -v 1.10.6
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in orbit.gemspec
4
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,340 @@
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
+
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ Preamble
10
+
11
+ The licenses for most software are designed to take away your
12
+ freedom to share and change it. By contrast, the GNU General Public
13
+ License is intended to guarantee your freedom to share and change free
14
+ software--to make sure the software is free for all its users. This
15
+ General Public License applies to most of the Free Software
16
+ Foundation's software and to any other program whose authors commit to
17
+ using it. (Some other Free Software Foundation software is covered by
18
+ the GNU Lesser General Public License instead.) You can apply it to
19
+ your programs, too.
20
+
21
+ When we speak of free software, we are referring to freedom, not
22
+ price. Our General Public Licenses are designed to make sure that you
23
+ have the freedom to distribute copies of free software (and charge for
24
+ this service if you wish), that you receive source code or can get it
25
+ if you want it, that you can change the software or use pieces of it
26
+ in new free programs; and that you know you can do these things.
27
+
28
+ To protect your rights, we need to make restrictions that forbid
29
+ anyone to deny you these rights or to ask you to surrender the rights.
30
+ These restrictions translate to certain responsibilities for you if you
31
+ distribute copies of the software, or if you modify it.
32
+
33
+ For example, if you distribute copies of such a program, whether
34
+ gratis or for a fee, you must give the recipients all the rights that
35
+ you have. You must make sure that they, too, receive or can get the
36
+ source code. And you must show them these terms so they know their
37
+ rights.
38
+
39
+ We protect your rights with two steps: (1) copyright the software, and
40
+ (2) offer you this license which gives you legal permission to copy,
41
+ distribute and/or modify the software.
42
+
43
+ Also, for each author's protection and ours, we want to make certain
44
+ that everyone understands that there is no warranty for this free
45
+ software. If the software is modified by someone else and passed on, we
46
+ want its recipients to know that what they have is not the original, so
47
+ that any problems introduced by others will not reflect on the original
48
+ authors' reputations.
49
+
50
+ Finally, any free program is threatened constantly by software
51
+ patents. We wish to avoid the danger that redistributors of a free
52
+ program will individually obtain patent licenses, in effect making the
53
+ program proprietary. To prevent this, we have made it clear that any
54
+ patent must be licensed for everyone's free use or not licensed at all.
55
+
56
+ The precise terms and conditions for copying, distribution and
57
+ modification follow.
58
+
59
+ GNU GENERAL PUBLIC LICENSE
60
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
+
62
+ 0. This License applies to any program or other work which contains
63
+ a notice placed by the copyright holder saying it may be distributed
64
+ under the terms of this General Public License. The "Program", below,
65
+ refers to any such program or work, and a "work based on the Program"
66
+ means either the Program or any derivative work under copyright law:
67
+ that is to say, a work containing the Program or a portion of it,
68
+ either verbatim or with modifications and/or translated into another
69
+ language. (Hereinafter, translation is included without limitation in
70
+ the term "modification".) Each licensee is addressed as "you".
71
+
72
+ Activities other than copying, distribution and modification are not
73
+ covered by this License; they are outside its scope. The act of
74
+ running the Program is not restricted, and the output from the Program
75
+ is covered only if its contents constitute a work based on the
76
+ Program (independent of having been made by running the Program).
77
+ Whether that is true depends on what the Program does.
78
+
79
+ 1. You may copy and distribute verbatim copies of the Program's
80
+ source code as you receive it, in any medium, provided that you
81
+ conspicuously and appropriately publish on each copy an appropriate
82
+ copyright notice and disclaimer of warranty; keep intact all the
83
+ notices that refer to this License and to the absence of any warranty;
84
+ and give any other recipients of the Program a copy of this License
85
+ along with the Program.
86
+
87
+ You may charge a fee for the physical act of transferring a copy, and
88
+ you may at your option offer warranty protection in exchange for a fee.
89
+
90
+ 2. You may modify your copy or copies of the Program or any portion
91
+ of it, thus forming a work based on the Program, and copy and
92
+ distribute such modifications or work under the terms of Section 1
93
+ above, provided that you also meet all of these conditions:
94
+
95
+ a) You must cause the modified files to carry prominent notices
96
+ stating that you changed the files and the date of any change.
97
+
98
+ b) You must cause any work that you distribute or publish, that in
99
+ whole or in part contains or is derived from the Program or any
100
+ part thereof, to be licensed as a whole at no charge to all third
101
+ parties under the terms of this License.
102
+
103
+ c) If the modified program normally reads commands interactively
104
+ when run, you must cause it, when started running for such
105
+ interactive use in the most ordinary way, to print or display an
106
+ announcement including an appropriate copyright notice and a
107
+ notice that there is no warranty (or else, saying that you provide
108
+ a warranty) and that users may redistribute the program under
109
+ these conditions, and telling the user how to view a copy of this
110
+ License. (Exception: if the Program itself is interactive but
111
+ does not normally print such an announcement, your work based on
112
+ the Program is not required to print an announcement.)
113
+
114
+ These requirements apply to the modified work as a whole. If
115
+ identifiable sections of that work are not derived from the Program,
116
+ and can be reasonably considered independent and separate works in
117
+ themselves, then this License, and its terms, do not apply to those
118
+ sections when you distribute them as separate works. But when you
119
+ distribute the same sections as part of a whole which is a work based
120
+ on the Program, the distribution of the whole must be on the terms of
121
+ this License, whose permissions for other licensees extend to the
122
+ entire whole, and thus to each and every part regardless of who wrote it.
123
+
124
+ Thus, it is not the intent of this section to claim rights or contest
125
+ your rights to work written entirely by you; rather, the intent is to
126
+ exercise the right to control the distribution of derivative or
127
+ collective works based on the Program.
128
+
129
+ In addition, mere aggregation of another work not based on the Program
130
+ with the Program (or with a work based on the Program) on a volume of
131
+ a storage or distribution medium does not bring the other work under
132
+ the scope of this License.
133
+
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
+ under Section 2) in object code or executable form under the terms of
136
+ Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
+
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
+
155
+ The source code for a work means the preferred form of the work for
156
+ making modifications to it. For an executable work, complete source
157
+ code means all the source code for all modules it contains, plus any
158
+ associated interface definition files, plus the scripts used to
159
+ control compilation and installation of the executable. However, as a
160
+ special exception, the source code distributed need not include
161
+ anything that is normally distributed (in either source or binary
162
+ form) with the major components (compiler, kernel, and so on) of the
163
+ operating system on which the executable runs, unless that component
164
+ itself accompanies the executable.
165
+
166
+ If distribution of executable or object code is made by offering
167
+ access to copy from a designated place, then offering equivalent
168
+ access to copy the source code from the same place counts as
169
+ distribution of the source code, even though third parties are not
170
+ compelled to copy the source along with the object code.
171
+
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
+ otherwise to copy, modify, sublicense or distribute the Program is
175
+ void, and will automatically terminate your rights under this License.
176
+ However, parties who have received copies, or rights, from you under
177
+ this License will not have their licenses terminated so long as such
178
+ parties remain in full compliance.
179
+
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
+ modifying or distributing the Program (or any work based on the
185
+ Program), you indicate your acceptance of this License to do so, and
186
+ all its terms and conditions for copying, distributing or modifying
187
+ the Program or works based on it.
188
+
189
+ 6. Each time you redistribute the Program (or any work based on the
190
+ Program), the recipient automatically receives a license from the
191
+ original licensor to copy, distribute or modify the Program subject to
192
+ these terms and conditions. You may not impose any further
193
+ restrictions on the recipients' exercise of the rights granted herein.
194
+ You are not responsible for enforcing compliance by third parties to
195
+ this License.
196
+
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
+ infringement or for any other reason (not limited to patent issues),
199
+ conditions are imposed on you (whether by court order, agreement or
200
+ otherwise) that contradict the conditions of this License, they do not
201
+ excuse you from the conditions of this License. If you cannot
202
+ distribute so as to satisfy simultaneously your obligations under this
203
+ License and any other pertinent obligations, then as a consequence you
204
+ may not distribute the Program at all. For example, if a patent
205
+ license would not permit royalty-free redistribution of the Program by
206
+ all those who receive copies directly or indirectly through you, then
207
+ the only way you could satisfy both it and this License would be to
208
+ refrain entirely from distribution of the Program.
209
+
210
+ If any portion of this section is held invalid or unenforceable under
211
+ any particular circumstance, the balance of the section is intended to
212
+ apply and the section as a whole is intended to apply in other
213
+ circumstances.
214
+
215
+ It is not the purpose of this section to induce you to infringe any
216
+ patents or other property right claims or to contest validity of any
217
+ such claims; this section has the sole purpose of protecting the
218
+ integrity of the free software distribution system, which is
219
+ implemented by public license practices. Many people have made
220
+ generous contributions to the wide range of software distributed
221
+ through that system in reliance on consistent application of that
222
+ system; it is up to the author/donor to decide if he or she is willing
223
+ to distribute software through any other system and a licensee cannot
224
+ impose that choice.
225
+
226
+ This section is intended to make thoroughly clear what is believed to
227
+ be a consequence of the rest of this License.
228
+
229
+ 8. If the distribution and/or use of the Program is restricted in
230
+ certain countries either by patents or by copyrighted interfaces, the
231
+ original copyright holder who places the Program under this License
232
+ may add an explicit geographical distribution limitation excluding
233
+ those countries, so that distribution is permitted only in or among
234
+ countries not thus excluded. In such case, this License incorporates
235
+ the limitation as if written in the body of this License.
236
+
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
+ be similar in spirit to the present version, but may differ in detail to
240
+ address new problems or concerns.
241
+
242
+ Each version is given a distinguishing version number. If the Program
243
+ specifies a version number of this License which applies to it and "any
244
+ later version", you have the option of following the terms and conditions
245
+ either of that version or of any later version published by the Free
246
+ Software Foundation. If the Program does not specify a version number of
247
+ this License, you may choose any version ever published by the Free Software
248
+ Foundation.
249
+
250
+ 10. If you wish to incorporate parts of the Program into other free
251
+ programs whose distribution conditions are different, write to the author
252
+ to ask for permission. For software which is copyrighted by the Free
253
+ Software Foundation, write to the Free Software Foundation; we sometimes
254
+ make exceptions for this. Our decision will be guided by the two goals
255
+ of preserving the free status of all derivatives of our free software and
256
+ of promoting the sharing and reuse of software generally.
257
+
258
+ NO WARRANTY
259
+
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+ REPAIR OR CORRECTION.
269
+
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+ POSSIBILITY OF SUCH DAMAGES.
279
+
280
+ END OF TERMS AND CONDITIONS
281
+
282
+ How to Apply These Terms to Your New Programs
283
+
284
+ If you develop a new program, and you want it to be of the greatest
285
+ possible use to the public, the best way to achieve this is to make it
286
+ free software which everyone can redistribute and change under these terms.
287
+
288
+ To do so, attach the following notices to the program. It is safest
289
+ to attach them to the start of each source file to most effectively
290
+ convey the exclusion of warranty; and each file should have at least
291
+ the "copyright" line and a pointer to where the full notice is found.
292
+
293
+ {description}
294
+ Copyright (C) {year} {fullname}
295
+
296
+ This program is free software; you can redistribute it and/or modify
297
+ it under the terms of the GNU General Public License as published by
298
+ the Free Software Foundation; either version 2 of the License, or
299
+ (at your option) any later version.
300
+
301
+ This program is distributed in the hope that it will be useful,
302
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
303
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304
+ GNU General Public License for more details.
305
+
306
+ You should have received a copy of the GNU General Public License along
307
+ with this program; if not, write to the Free Software Foundation, Inc.,
308
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309
+
310
+ Also add information on how to contact you by electronic and paper mail.
311
+
312
+ If the program is interactive, make it output a short notice like this
313
+ when it starts in an interactive mode:
314
+
315
+ Gnomovision version 69, Copyright (C) year name of author
316
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317
+ This is free software, and you are welcome to redistribute it
318
+ under certain conditions; type `show c' for details.
319
+
320
+ The hypothetical commands `show w' and `show c' should show the appropriate
321
+ parts of the General Public License. Of course, the commands you use may
322
+ be called something other than `show w' and `show c'; they could even be
323
+ mouse-clicks or menu items--whatever suits your program.
324
+
325
+ You should also get your employer (if you work as a programmer) or your
326
+ school, if any, to sign a "copyright disclaimer" for the program, if
327
+ necessary. Here is a sample; alter the names:
328
+
329
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
+
332
+ {signature of Ty Coon}, 1 April 1989
333
+ Ty Coon, President of Vice
334
+
335
+ This General Public License does not permit incorporating your program into
336
+ proprietary programs. If your program is a subroutine library, you may
337
+ consider it more useful to permit linking proprietary applications with the
338
+ library. If this is what you want to do, use the GNU Lesser General
339
+ Public License instead of this License.
340
+
data/README.md ADDED
@@ -0,0 +1,36 @@
1
+ # Orbit
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/orbit`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'orbit-rb'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install orbit-rb
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/orbit. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
+
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "orbit"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,60 @@
1
+ require 'rack'
2
+ require 'rack/protection'
3
+
4
+ module Orbit
5
+ class Config
6
+ include Singleton
7
+ attr_accessor :app_path, :logger_class, :path_class, :request_class, :response_class, :route_class, :router_class, :session_secret
8
+
9
+ def initialize
10
+ instantiate
11
+
12
+ set_default_config
13
+ end
14
+
15
+ def set_default_config
16
+ @app_path = 'app'
17
+ @session_secret = 'session_secret'
18
+
19
+ # Classes
20
+ @logger_class = Rack::Logger
21
+ @path_class = Orbit::Routing::Path
22
+ @request_class = Orbit::Request
23
+ @response_class = Orbit::Response
24
+ @route_class = Orbit::Routing::Route
25
+ @router_class = Orbit::Router
26
+ end
27
+
28
+ def self.app_path
29
+ @instance.app_path
30
+ end
31
+
32
+ def self.logger_class
33
+ @instance.logger_class
34
+ end
35
+
36
+ def self.path_class
37
+ @instance.path_class
38
+ end
39
+
40
+ def self.request_class
41
+ @instance.request_class
42
+ end
43
+
44
+ def self.response_class
45
+ @instance.response_class
46
+ end
47
+
48
+ def self.route_class
49
+ @instance.route_class
50
+ end
51
+
52
+ def self.router_class
53
+ @instance.router_class
54
+ end
55
+
56
+ def self.session_secret
57
+ @instance.session_secret
58
+ end
59
+ end
60
+ end
@@ -0,0 +1,117 @@
1
+ module Orbit
2
+ class Controller
3
+ attr_reader :request, :response
4
+
5
+ def initialize(request)
6
+ @request = request
7
+ @response = Orbit::Config.response_class.new
8
+ end
9
+
10
+ def self.execute_action(request, action)
11
+ new(request).execute_action(action)
12
+ end
13
+
14
+ def execute_action(action)
15
+ result = send(action)
16
+
17
+ result = result.to_s if result.respond_to? :to_s
18
+
19
+ response.tap do |res|
20
+ res.body = Array(result)
21
+ end
22
+ end
23
+
24
+ def self.path(path)
25
+ @base_path ||= superclass != Orbit::Controller ? superclass.base_path : ''
26
+ @base_path += path
27
+ end
28
+
29
+ def self.base_path
30
+ @base_path ||= '/'
31
+ end
32
+
33
+ def self.get(action, &handler)
34
+ add_route("GET", action, &handler)
35
+ end
36
+
37
+ def self.post(action, &handler)
38
+ add_route("POST", action, &handler)
39
+ end
40
+
41
+ def self.put(action, &handler)
42
+ add_route("PUT", action, &handler)
43
+ end
44
+
45
+ def self.patch(action, &handler)
46
+ add_route("PATCH", action, &handler)
47
+ end
48
+
49
+ def self.delete(action, &handler)
50
+ add_route("DELETE", action, &handler)
51
+ end
52
+
53
+ def self.head(action, &handler)
54
+ add_route("HEAD", action, &handler)
55
+ end
56
+
57
+ def self.add_route(verb, action, &handler)
58
+ method_name = create_method(verb, action, &handler)
59
+
60
+ full_path = "#{@base_path}/#{action}"
61
+
62
+ Orbit::Router.add(verb, full_path, self, method_name)
63
+ end
64
+
65
+ protected
66
+ def params
67
+ @request.params
68
+ end
69
+
70
+ def session
71
+ @request.session
72
+ end
73
+
74
+ def headers
75
+ request.headers
76
+ end
77
+
78
+ def status
79
+ response.status
80
+ end
81
+
82
+ def status=(code)
83
+ response.status = code
84
+ end
85
+
86
+ private
87
+ def self.create_method(verb, action, &handler)
88
+ method = (action == '/') ? "root" : parameterize(action.to_s.gsub("*", "splat"))
89
+ method = "#{verb.downcase}_#{method}".to_sym
90
+ method_name = method
91
+ index = 0
92
+
93
+ while method_defined?(method_name)
94
+ method_name = "#{method}_#{index}"
95
+ index += 1
96
+ end
97
+
98
+ define_method method_name, &handler
99
+
100
+ method_name
101
+ end
102
+
103
+ def self.parameterize(string)
104
+ sep = '_'
105
+ # Turn unwanted chars into the separator
106
+ parameterized_string = string.to_s.gsub(/[^a-z0-9\-_]+/i, sep)
107
+
108
+ re_sep = Regexp.escape(sep)
109
+ # No more than one of the separator in a row.
110
+ parameterized_string.gsub!(/#{re_sep}{2,}/, sep)
111
+ # Remove leading/trailing separator.
112
+ parameterized_string.gsub!(/^#{re_sep}|#{re_sep}$/i, '')
113
+
114
+ parameterized_string.downcase
115
+ end
116
+ end
117
+ end
@@ -0,0 +1,46 @@
1
+ module Orbit
2
+ module Loaders
3
+ class DirectoryLoader
4
+ def initialize
5
+ base_path = "#{Dir.pwd}/#{Orbit::Config.app_path}"
6
+
7
+ @retries = 0
8
+ @files = Dir["#{base_path}/**/*.rb"]
9
+ end
10
+
11
+ def self.load
12
+ new.load
13
+ end
14
+
15
+ def load
16
+ files_with_exception = []
17
+
18
+ while retries < 3 && files.any?
19
+ @files = load_files
20
+ @retries += 1
21
+ end
22
+
23
+ if files.any?
24
+ puts "[Warning] some files could not be loaded:"
25
+ files_with_exception.each { |file| puts " - #{file}" }
26
+ puts ""
27
+ end
28
+ end
29
+
30
+ private
31
+ attr_accessor :retries, :files
32
+
33
+ def load_files
34
+ [].tap do |files_with_exception|
35
+ files.each do |file|
36
+ begin
37
+ require file
38
+ rescue NameError
39
+ files_with_exception.push(file)
40
+ end
41
+ end
42
+ end
43
+ end
44
+ end
45
+ end
46
+ end
@@ -0,0 +1,10 @@
1
+ module Orbit
2
+ class Request < Rack::Request
3
+ def headers
4
+ @headers ||= @env.select {|key, val| key.start_with? 'HTTP_'}
5
+ .collect {|key, val| [key.sub(/^HTTP_/, ''), val]}
6
+ .collect {|key, val| "#{key}: #{val}<br>"}
7
+ .sort
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,8 @@
1
+ module Orbit
2
+ class Response < Rack::Response
3
+ def initialize(body=[], status=200, header={})
4
+ super
5
+ headers['Content-Type'] ||= 'text/html'
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,79 @@
1
+ module Orbit
2
+ class Router
3
+ include Singleton
4
+ attr_accessor :routes
5
+
6
+ def initialize
7
+ instantiate
8
+
9
+ @routes = {}
10
+ end
11
+
12
+ def self.match(verb, path)
13
+ instance.match(verb, path)
14
+ end
15
+
16
+ def match(verb, path)
17
+ verb = verb.downcase.to_sym
18
+
19
+ matching_route(verb, path)
20
+ end
21
+
22
+ def routes_for_verb(verb)
23
+ @routes_for_verb ||= {}
24
+
25
+ @routes_for_verb[verb] ||= routes.fetch(verb, {})
26
+ end
27
+
28
+ def matching_route(verb, path)
29
+ routes_for_verb = routes_for_verb(verb)
30
+ route = routes_for_verb.fetch(path, nil)
31
+
32
+ unless route
33
+ route = routes_for_verb.find do |pattern, options|
34
+ options[:route].path.regex.match(path)
35
+ end
36
+
37
+ route = route.last
38
+ end
39
+
40
+ route
41
+ end
42
+
43
+ def self.routes
44
+ instance.routes
45
+ end
46
+
47
+ def self.add(verb, path, controller, action)
48
+ instance.add(verb, path, controller, action)
49
+ end
50
+
51
+ def add(verb, path, controller, action)
52
+ verb = verb.downcase.to_sym
53
+ path = path.gsub('//', '/')
54
+
55
+ routes[verb] ||= {}
56
+ routes[verb][path] = { class: controller, action: action, route: Orbit::Config.route_class.new(path) }
57
+
58
+ re_sort_routes(verb)
59
+ end
60
+
61
+ private
62
+ def re_sort_routes(verb)
63
+ return unless routes[verb]
64
+
65
+ root = []
66
+
67
+ verb_routes = routes[verb].sort do |a, b|
68
+ root.push(a) if a.first == "/"
69
+ b.first <=> a.first
70
+ end
71
+
72
+ new_routes = {}
73
+
74
+ (root + (verb_routes - root)).each { |key, value| new_routes[key] = value }
75
+
76
+ routes[verb] = new_routes
77
+ end
78
+ end
79
+ end
@@ -0,0 +1,83 @@
1
+ module Orbit
2
+ module Routing
3
+ class Path
4
+ attr_reader :name, :regex, :keys
5
+
6
+ def initialize(path)
7
+ @name = path
8
+ @regex, @keys = compile
9
+ end
10
+
11
+ def get_params(path)
12
+ matches = regex.match(path)
13
+ {}.tap do |params|
14
+ keys.each_with_index do |key, index|
15
+ match_index = index + 1
16
+
17
+ params[key.to_sym] = (matches[match_index]) if matches && matches.size > match_index
18
+ end
19
+ end
20
+ end
21
+
22
+ def compile
23
+ return compile_string if name.respond_to? :to_str
24
+
25
+ if is_hash?
26
+ [name, name.keys]
27
+ elsif is_object?
28
+ [name, name.names]
29
+ elsif name.respond_to? :match
30
+ [name, []]
31
+ else
32
+ raise TypeError, name
33
+ end
34
+ end
35
+
36
+ private
37
+ attr_accessor :ignore, :keys
38
+
39
+ def is_hash?
40
+ name.respond_to?(:keys) && name.respond_to?(:match)
41
+ end
42
+
43
+ def is_object?
44
+ name.respond_to?(:names) && name.respond_to?(:match)
45
+ end
46
+
47
+ def compile_string
48
+ # Special case handling.
49
+ #
50
+ last_segment = segments.last
51
+
52
+ if last_segment.match(/\[\^\\\./)
53
+ parts = last_segment.rpartition(/\[\^\\\./)
54
+ parts[1] = '[^'
55
+ segments[-1] = parts.join
56
+ end
57
+
58
+ [/\A#{segments.join('/')}\z/, keys]
59
+ end
60
+
61
+ # Split the path into pieces in between forward slashes.
62
+ # A negative number is given as the second argument of path.split
63
+ # because with this number, the method does not ignore / at the end
64
+ # and appends an empty string at the end of the return value.
65
+ #
66
+ def segments
67
+ @segments = begin
68
+ @keys = []
69
+ @ignore = []
70
+
71
+ name.split('/', -1).map! do |segment|
72
+ pattern_keys, pattern_ignore, result = Pattern.resolve(segment)
73
+
74
+ @keys += pattern_keys
75
+ @ignore += pattern_ignore
76
+
77
+ result
78
+ end
79
+ end
80
+ end
81
+ end
82
+ end
83
+ end
@@ -0,0 +1,68 @@
1
+ module Orbit
2
+ module Routing
3
+ class Pattern
4
+ def initialize(segment)
5
+ @segment = segment
6
+ @ignore = []
7
+ @keys = []
8
+ end
9
+
10
+ def self.resolve(segment)
11
+ new(segment).resolve
12
+ end
13
+
14
+ def resolve
15
+ result = pattern.gsub(/((:\w+)|\*)/) do |match|
16
+ if match == "*"
17
+ keys << 'splat'
18
+ "(.*?)"
19
+ else
20
+ keys << $2[1..-1]
21
+ safe_ignore
22
+ end
23
+ end
24
+
25
+ [keys, ignore, result]
26
+ end
27
+
28
+ private
29
+ attr_accessor :segment, :keys, :ignore
30
+
31
+ def pattern
32
+ segment.to_str.gsub(/[^\?\%\\\/\:\*\w]|:(?!\w)/) do |char|
33
+ ignore.push(escaped(char).join) if char.match(/[\.@]/)
34
+ define_pattern(char)
35
+ end
36
+ end
37
+
38
+ def define_pattern(ch)
39
+ encoded(ch).gsub(/%[\da-fA-F]{2}/) do |match|
40
+ match.split(//).map! {|char| char =~ /[A-Z]/ ? "[#{char}#{char.tr('A-Z', 'a-z')}]" : char}.join
41
+ end
42
+ end
43
+
44
+ def safe_ignore
45
+ unsafe_ignore = []
46
+ local_ignore = ignore.uniq.join.gsub(/%[\da-fA-F]{2}/) do |hex|
47
+ unsafe_ignore << hex[1..2]
48
+ ''
49
+ end
50
+ unsafe_patterns = unsafe_ignore.map! do |unsafe|
51
+ chars = unsafe.split(//).map! do |char|
52
+ if char =~ /[A-Z]/
53
+ char <<= char.tr('A-Z', 'a-z')
54
+ end
55
+ char
56
+ end
57
+
58
+ "|(?:%[^#{chars[0]}].|%[#{chars[0]}][^#{chars[1]}])"
59
+ end
60
+ if unsafe_patterns.length > 0
61
+ "((?:[^#{local_ignore}/?#%]#{unsafe_patterns.join()})+)"
62
+ else
63
+ "([^#{local_ignore}/?#]+)"
64
+ end
65
+ end
66
+ end
67
+ end
68
+ end
@@ -0,0 +1,11 @@
1
+ module Orbit
2
+ module Routing
3
+ class Route
4
+ attr_reader :path
5
+
6
+ def initialize(path)
7
+ @path = Config.path_class.new(path)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,27 @@
1
+ module Orbit
2
+ module Singleton
3
+ def self.included(base)
4
+ base.extend(ClassMethods)
5
+ end
6
+
7
+ def instantiate
8
+ raise ArgumentError.new("Cannot instantiate a Singleton twice") if self.class.instantiated?
9
+
10
+ self.class.instance = self
11
+ end
12
+
13
+ module ClassMethods
14
+ def instance
15
+ @instance ||= new
16
+ end
17
+
18
+ def instance=(instance)
19
+ @instance = instance
20
+ end
21
+
22
+ def instantiated?
23
+ !!@instance
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,3 @@
1
+ module Orbit
2
+ VERSION = "0.1.0"
3
+ end
data/lib/orbit.rb ADDED
@@ -0,0 +1,91 @@
1
+ require "rack"
2
+
3
+ require "orbit/version"
4
+ require "orbit/singleton"
5
+
6
+ Dir[File.dirname(__FILE__) + "/orbit/**/*.rb"].each { |file| require file }
7
+
8
+ module Orbit
9
+ class Application
10
+ include Singleton
11
+ attr_reader :builder
12
+
13
+ def initialize
14
+ instantiate
15
+
16
+ setup_builder
17
+ load_middleware
18
+
19
+ Loaders::DirectoryLoader.load
20
+ end
21
+
22
+ def setup_builder
23
+ @builder = Rack::Builder.new
24
+ end
25
+
26
+ def load_middleware
27
+ builder.use Rack::MethodOverride
28
+ builder.use Rack::Head
29
+ builder.use config.logger_class
30
+
31
+ use_session
32
+ use_protection
33
+ end
34
+
35
+ def use_session
36
+ options = {}
37
+ options[:secret] = config.session_secret
38
+
39
+ builder.use Rack::Session::Cookie, options
40
+ end
41
+
42
+ def use_protection
43
+ options = {}
44
+ options[:except] = Array options[:except]
45
+ options[:except] += [:session_hijacking, :remote_token]
46
+ options[:reaction] ||= :drop_session
47
+ builder.use Rack::Protection, options
48
+ end
49
+
50
+ def self.config
51
+ @config ||= Orbit::Config.instance
52
+ end
53
+
54
+ def config
55
+ self.class.config
56
+ end
57
+
58
+ def self.configure
59
+ yield config
60
+ end
61
+
62
+ def self.start
63
+ instance || new
64
+
65
+ instance.start
66
+ end
67
+
68
+ def start
69
+ builder.run self
70
+ builder
71
+ end
72
+
73
+ def call(env)
74
+ @request = config.request_class.new(env)
75
+ verb = @request.request_method
76
+ requested_path = @request.path_info
77
+
78
+ route = Config.router_class.match(verb, requested_path)
79
+
80
+ if route
81
+ route_params = route[:route].path.get_params(requested_path) || {}
82
+
83
+ @request.params.merge!(route_params)
84
+
85
+ route[:class].execute_action(@request, route[:action])
86
+ else
87
+ [404, {}, ["Oops! No route for #{verb} #{requested_path}"]]
88
+ end
89
+ end
90
+ end
91
+ end
data/orbit.gemspec ADDED
@@ -0,0 +1,35 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'orbit/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "orbit-rb"
8
+ spec.version = Orbit::VERSION
9
+ spec.license = "GPL"
10
+ spec.authors = ["Caio Torres"]
11
+ spec.email = ["efreesen@gmail.com"]
12
+
13
+ spec.summary = "Orbit is a Ruby Framework focused on simplicity and flexibility."
14
+ spec.homepage = "https://github.com/efreesen/orbit"
15
+
16
+ # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
+ # delete this section to allow pushing this gem to any host.
18
+ if spec.respond_to?(:metadata)
19
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
20
+ else
21
+ raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22
+ end
23
+
24
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|example)/}) }
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+
29
+ spec.add_dependency "rack", "~> 1.5"
30
+ spec.add_dependency "rack-protection", "~> 1.4"
31
+
32
+ spec.add_development_dependency "bundler", "~> 1.10"
33
+ spec.add_development_dependency "rake", "~> 10.0"
34
+ spec.add_development_dependency "rspec", "~> 3.4"
35
+ end
metadata ADDED
@@ -0,0 +1,138 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: orbit-rb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Caio Torres
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2015-12-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rack
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.5'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.5'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rack-protection
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.4'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.4'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.10'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.10'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '10.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '10.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rspec
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '3.4'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.4'
83
+ description:
84
+ email:
85
+ - efreesen@gmail.com
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".gitignore"
91
+ - ".rspec"
92
+ - ".travis.yml"
93
+ - CODE_OF_CONDUCT.md
94
+ - Gemfile
95
+ - LICENSE
96
+ - README.md
97
+ - Rakefile
98
+ - bin/console
99
+ - bin/setup
100
+ - lib/orbit.rb
101
+ - lib/orbit/config.rb
102
+ - lib/orbit/controller.rb
103
+ - lib/orbit/loaders/directory_loader.rb
104
+ - lib/orbit/request.rb
105
+ - lib/orbit/response.rb
106
+ - lib/orbit/router.rb
107
+ - lib/orbit/routing/path.rb
108
+ - lib/orbit/routing/pattern.rb
109
+ - lib/orbit/routing/route.rb
110
+ - lib/orbit/singleton.rb
111
+ - lib/orbit/version.rb
112
+ - orbit.gemspec
113
+ homepage: https://github.com/efreesen/orbit
114
+ licenses:
115
+ - GPL
116
+ metadata:
117
+ allowed_push_host: https://rubygems.org
118
+ post_install_message:
119
+ rdoc_options: []
120
+ require_paths:
121
+ - lib
122
+ required_ruby_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
127
+ required_rubygems_version: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ requirements: []
133
+ rubyforge_project:
134
+ rubygems_version: 2.4.5
135
+ signing_key:
136
+ specification_version: 4
137
+ summary: Orbit is a Ruby Framework focused on simplicity and flexibility.
138
+ test_files: []