Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit e0272b7

Browse files
committed
Merge pull request #7 from billmag/requirejs-2.1.2
Resolve conflicts between my 2.1.2 branch and gurdotan:requirejs2.1.2
2 parents d3e085c + 9085bf4 commit e0272b7

File tree

5 files changed

+5309
-14
lines changed

5 files changed

+5309
-14
lines changed

.rvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional,
77
# Only full ruby name is supported here, for short names use:
88
# echo "rvm use 1.9.3" > .rvmrc
9-
environment_id="ruby-1.9.3-p125@requirejs-rails"
9+
environment_id="ruby-1.9.3@requirejs-rails"
1010

1111
# Uncomment the following lines if you want to verify rvm version per project
1212
# rvmrc_rvm_version="1.10.2" # 1.10.1 seams as a safe start

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--
22
Marked Style: GitHub
33
-->
4+
# v0.9.1
5+
6+
- Updated to to require.js \ r.js 2.1.2, and almond 0.2.2
7+
48
# v0.9.0
59

610
- **BREAKING CHANGE**: Upgrade RequireJS and r.js to v2.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ discussed below.
237237

238238
### jQuery
239239

240-
jQuery users must use jQuery 1.7 or later (`jquery-rails >= 1.0.17`) to use it as an [AMD module](http://wiki.commonjs.org/wiki/Modules/AsynchronousDefinition) with RequireJS. To use jQuery in a module:
240+
jQuery users must use jQuery 1.7 or later (`jquery-rails >= 1.0.17`) to use it as an [AMD module](https://github.com/amdjs/amdjs-api/wiki/AMD) with RequireJS. To use jQuery in a module:
241241

242242
```coffeescript
243243
# app/assets/javascripts/hello.js

0 commit comments

Comments
 (0)