index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
generators
/
rails
Commit message (
Expand
)
Author
Age
Files
Lines
*
upgrade jquery to 1.4.1 and default request method to GET as its default on f...
Stephen St. Martin
2010-01-27
3
-152
/
+153
*
refractor handler code for remote_form_tag to also handle link_to_remote, fix...
Stephen St. Martin
2010-01-27
2
-24
/
+53
*
initial jquery driver and compat, right now the only supported method is form...
Stephen St. Martin
2010-01-27
3
-0
/
+233
*
Update generators to use new defaults.
José Valim and Mikel Lindsaar
2010-01-26
1
-1
/
+1
*
Updating generators for mailer to reflect changes in API
Mikel Lindsaar
2010-01-26
1
-2
/
+2
*
Merge remote branch 'mikel/master'
José Valim
2010-01-26
3
-14
/
+15
|
\
|
*
More work on generated mailer templates.
José Valim and Mikel Lindsaar
2010-01-26
1
-2
/
+2
|
*
Change mailer generator templates and refactor the whole naming schema.
José Valim and Mikel Lindsaar
2010-01-25
3
-14
/
+15
*
|
Add active_model/railtie back to generated boot.rb, add models back to paths,...
José Valim
2010-01-25
1
-0
/
+2
|
/
*
Use Rails::Application ref in Rakefile and console scripts.
Joshua Peek
2010-01-24
3
-3
/
+3
*
Ensure metals and initializers in plugins are loaded.
José Valim
2010-01-24
1
-1
/
+1
*
Make plugin generator compatible with new schema.
José Valim
2010-01-24
2
-1
/
+1
*
Merge branch 'master' into app
José Valim
2010-01-23
13
-25
/
+12
|
\
|
*
Delegate App calls to instance
Joshua Peek
2010-01-22
3
-3
/
+3
|
*
Use expand_path to require environment in metal template
Joshua Peek
2010-01-22
1
-1
/
+1
|
*
Include cascade header in metal template
Joshua Peek
2010-01-22
1
-1
/
+1
|
*
lib is already included w/ rake test task
Joshua Peek
2010-01-22
1
-2
/
+0
|
*
Remove rdoc task from generated plugin Rakefile
Joshua Peek
2010-01-22
1
-10
/
+0
|
*
Template whitespace
Joshua Peek
2010-01-22
8
-8
/
+7
*
|
Get rid of initializers global and create i18n railtie.
José Valim
2010-01-23
1
-2
/
+2
|
/
*
Make filter parameters based on request, so they can be modified for anything...
José Valim
2010-01-21
1
-1
/
+1
*
Tidy up new filter_parameters implementation.
José Valim
2010-01-21
2
-4
/
+2
*
Add deprecation warning for calling filter_parameter_logging ActionController...
Prem Sichanugrist
2010-01-21
1
-0
/
+4
*
`script/generate mailer Notifier` will now create a mailer at app/mailers.
José Valim
2010-01-19
2
-3
/
+3
*
Since Rails will require Ruby >= 1.8.7, we can rely on instance_exec.
José Valim
2010-01-19
1
-6
/
+6
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
111
-0
/
+9657
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
111
-9858
/
+0
*
Change div.attribute to div.field and add some _form to tests.
José Valim
2009-08-30
1
-1
/
+1
*
Ensure scaffold works properly even if plural name is given. [#3062]
José Valim
2009-08-30
3
-14
/
+10
*
Remove inline css. [#593 status:resolved]
José Valim
2009-08-30
1
-0
/
+4
*
Change scaffold to use _form as partial and div's instead of paragraphs. [#17...
José Valim
2009-08-30
1
-0
/
+4
*
Fix spelling in Rails 'generator' generator. [#3080 status:resolved]
Rodrigo Rosenfeld Rosas
2009-08-30
1
-1
/
+1
*
Remove support for SQLite 2.
Pratik Naik
2009-08-17
2
-20
/
+1
*
Depend on rubygems 1.3.2
Michael Koziarski
2009-08-09
1
-1
/
+1
*
Allow rails templates relative to the current path to be given.
José Valim
2009-08-07
1
-3
/
+18
*
Generator config should be commented by default
Pratik Naik
2009-07-30
1
-5
/
+5
*
Remove whitespaces from the default mailer file
Pratik Naik
2009-07-30
1
-2
/
+1
*
Always use application generator to run templates.
José Valim
2009-07-28
1
-1
/
+0
*
Merge branch 'master' of git://github.com/rails/rails
José Valim
2009-07-28
1
-1
/
+1
*
Solving merge conflicts.
José Valim
2009-07-21
10
-10
/
+10
*
Change attributes default type to array to allow order to be preserved.
José Valim
2009-07-21
2
-2
/
+2
*
Update db:sessions:create to use the proper generator.
José Valim
2009-07-21
1
-1
/
+1
*
Modified rake tasks to use new app generator structure and updated Thor version.
José Valim
2009-07-16
3
-4
/
+7
*
Change generators configuration to have a hash style.
José Valim
2009-07-15
1
-18
/
+5
*
Change false to :verbose => false as in new Thor version.
José Valim
2009-07-15
2
-8
/
+8
*
Allow namespaced configuration on generators.
José Valim
2009-07-15
2
-15
/
+16
*
Refactored some generators to make use of improved invocations on thor.
José Valim
2009-07-15
7
-32
/
+22
*
Updated vendored Thor to 0.11.1 and update Rails::Generators.
José Valim
2009-07-14
1
-4
/
+4
*
Added a generator generator.
José Valim
2009-07-13
4
-0
/
+50
*
Add hooks for integration and performance tests.
José Valim
2009-07-13
4
-29
/
+2
[next]